CMakeCache.txt 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/ymzz/YMbot_ROS2/build/orbbec_camera_msgs
  3. # It was generated by CMake: /usr/bin/cmake
  4. # You can edit this file to change values found and used by cmake.
  5. # If you do not want to change any of the values, simply exit the editor.
  6. # If you do want to change a value, simply edit, save, and exit the editor.
  7. # The syntax for the file is as follows:
  8. # KEY:TYPE=VALUE
  9. # KEY is the name of a variable in the cache.
  10. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
  11. # VALUE is the current value for the KEY.
  12. ########################
  13. # EXTERNAL cache entries
  14. ########################
  15. //Generate environment files in the CMAKE_INSTALL_PREFIX
  16. AMENT_CMAKE_ENVIRONMENT_GENERATION:BOOL=OFF
  17. //Generate environment files in the package share folder
  18. AMENT_CMAKE_ENVIRONMENT_PACKAGE_GENERATION:BOOL=ON
  19. //Generate marker file containing the parent prefix path
  20. AMENT_CMAKE_ENVIRONMENT_PARENT_PREFIX_PATH_GENERATION:BOOL=ON
  21. //Replace the CMake install command with a custom implementation
  22. // using symlinks instead of copying resources
  23. AMENT_CMAKE_SYMLINK_INSTALL:BOOL=OFF
  24. //Generate an uninstall target to revert the effects of the install
  25. // step
  26. AMENT_CMAKE_UNINSTALL_TARGET:BOOL=ON
  27. //The path where test results are generated
  28. AMENT_TEST_RESULTS_DIR:PATH=/home/ymzz/YMbot_ROS2/build/orbbec_camera_msgs/test_results
  29. //Global flag to cause add_library() to create shared libraries
  30. // if on. If set to true, this will cause all libraries to be built
  31. // shared unless the library was explicitly added as a static library.
  32. BUILD_SHARED_LIBS:BOOL=ON
  33. //Build the testing tree.
  34. BUILD_TESTING:BOOL=ON
  35. //Path to a program.
  36. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
  37. //Path to a program.
  38. CMAKE_AR:FILEPATH=/usr/bin/ar
  39. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  40. // MinSizeRel ...
  41. CMAKE_BUILD_TYPE:STRING=
  42. //Enable/Disable color output during build.
  43. CMAKE_COLOR_MAKEFILE:BOOL=ON
  44. //CXX compiler
  45. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  46. //A wrapper around 'ar' adding the appropriate '--plugin' option
  47. // for the GCC compiler
  48. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13
  49. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  50. // for the GCC compiler
  51. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13
  52. //Flags used by the CXX compiler during all build types.
  53. CMAKE_CXX_FLAGS:STRING=
  54. //Flags used by the CXX compiler during DEBUG builds.
  55. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  56. //Flags used by the CXX compiler during MINSIZEREL builds.
  57. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  58. //Flags used by the CXX compiler during RELEASE builds.
  59. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  60. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  61. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  62. //C compiler
  63. CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
  64. //A wrapper around 'ar' adding the appropriate '--plugin' option
  65. // for the GCC compiler
  66. CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13
  67. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  68. // for the GCC compiler
  69. CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13
  70. //Flags used by the C compiler during all build types.
  71. CMAKE_C_FLAGS:STRING=
  72. //Flags used by the C compiler during DEBUG builds.
  73. CMAKE_C_FLAGS_DEBUG:STRING=-g
  74. //Flags used by the C compiler during MINSIZEREL builds.
  75. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  76. //Flags used by the C compiler during RELEASE builds.
  77. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  78. //Flags used by the C compiler during RELWITHDEBINFO builds.
  79. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  80. //Path to a program.
  81. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
  82. //Flags used by the linker during all build types.
  83. CMAKE_EXE_LINKER_FLAGS:STRING=
  84. //Flags used by the linker during DEBUG builds.
  85. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  86. //Flags used by the linker during MINSIZEREL builds.
  87. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  88. //Flags used by the linker during RELEASE builds.
  89. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  90. //Flags used by the linker during RELWITHDEBINFO builds.
  91. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  92. //Enable/Disable output of compile commands during generation.
  93. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
  94. //Value Computed by CMake.
  95. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/ymzz/YMbot_ROS2/build/orbbec_camera_msgs/CMakeFiles/pkgRedirects
  96. //Install path prefix, prepended onto install directories.
  97. CMAKE_INSTALL_PREFIX:PATH=/home/ymzz/YMbot_ROS2/install/orbbec_camera_msgs
  98. //Path to a program.
  99. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  100. //Path to a program.
  101. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
  102. //Flags used by the linker during the creation of modules during
  103. // all build types.
  104. CMAKE_MODULE_LINKER_FLAGS:STRING=
  105. //Flags used by the linker during the creation of modules during
  106. // DEBUG builds.
  107. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  108. //Flags used by the linker during the creation of modules during
  109. // MINSIZEREL builds.
  110. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  111. //Flags used by the linker during the creation of modules during
  112. // RELEASE builds.
  113. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  114. //Flags used by the linker during the creation of modules during
  115. // RELWITHDEBINFO builds.
  116. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  117. //Path to a program.
  118. CMAKE_NM:FILEPATH=/usr/bin/nm
  119. //Path to a program.
  120. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  121. //Path to a program.
  122. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  123. //Value Computed by CMake
  124. CMAKE_PROJECT_DESCRIPTION:STATIC=
  125. //Value Computed by CMake
  126. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  127. //Value Computed by CMake
  128. CMAKE_PROJECT_NAME:STATIC=orbbec_camera_msgs
  129. //Path to a program.
  130. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  131. //Path to a program.
  132. CMAKE_READELF:FILEPATH=/usr/bin/readelf
  133. //Flags used by the linker during the creation of shared libraries
  134. // during all build types.
  135. CMAKE_SHARED_LINKER_FLAGS:STRING=
  136. //Flags used by the linker during the creation of shared libraries
  137. // during DEBUG builds.
  138. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  139. //Flags used by the linker during the creation of shared libraries
  140. // during MINSIZEREL builds.
  141. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  142. //Flags used by the linker during the creation of shared libraries
  143. // during RELEASE builds.
  144. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  145. //Flags used by the linker during the creation of shared libraries
  146. // during RELWITHDEBINFO builds.
  147. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  148. //If set, runtime paths are not added when installing shared libraries,
  149. // but are added when building.
  150. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  151. //If set, runtime paths are not added when using shared libraries.
  152. CMAKE_SKIP_RPATH:BOOL=NO
  153. //Flags used by the linker during the creation of static libraries
  154. // during all build types.
  155. CMAKE_STATIC_LINKER_FLAGS:STRING=
  156. //Flags used by the linker during the creation of static libraries
  157. // during DEBUG builds.
  158. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  159. //Flags used by the linker during the creation of static libraries
  160. // during MINSIZEREL builds.
  161. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  162. //Flags used by the linker during the creation of static libraries
  163. // during RELEASE builds.
  164. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  165. //Flags used by the linker during the creation of static libraries
  166. // during RELWITHDEBINFO builds.
  167. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  168. //Path to a program.
  169. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  170. //Path to a program.
  171. CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
  172. //If this value is on, makefiles will be generated without the
  173. // .SILENT directive, and all commands will be echoed to the console
  174. // during the make. This is useful for debugging only. With Visual
  175. // Studio IDE projects all commands are done without /nologo.
  176. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  177. //Name of the computer/site where compile is being run
  178. SITE:STRING=ymzz-Default-string
  179. //Path to a library.
  180. _lib:FILEPATH=/opt/ros/jazzy/lib/libsensor_msgs__rosidl_typesupport_fastrtps_cpp.so
  181. //The directory containing a CMake configuration file for ament_cmake.
  182. ament_cmake_DIR:PATH=/opt/ros/jazzy/share/ament_cmake/cmake
  183. //The directory containing a CMake configuration file for ament_cmake_copyright.
  184. ament_cmake_copyright_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_copyright/cmake
  185. //The directory containing a CMake configuration file for ament_cmake_core.
  186. ament_cmake_core_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_core/cmake
  187. //The directory containing a CMake configuration file for ament_cmake_cppcheck.
  188. ament_cmake_cppcheck_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_cppcheck/cmake
  189. //The directory containing a CMake configuration file for ament_cmake_cpplint.
  190. ament_cmake_cpplint_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_cpplint/cmake
  191. //The directory containing a CMake configuration file for ament_cmake_export_definitions.
  192. ament_cmake_export_definitions_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_definitions/cmake
  193. //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
  194. ament_cmake_export_dependencies_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_dependencies/cmake
  195. //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
  196. ament_cmake_export_include_directories_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_include_directories/cmake
  197. //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
  198. ament_cmake_export_interfaces_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_interfaces/cmake
  199. //The directory containing a CMake configuration file for ament_cmake_export_libraries.
  200. ament_cmake_export_libraries_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_libraries/cmake
  201. //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
  202. ament_cmake_export_link_flags_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_link_flags/cmake
  203. //The directory containing a CMake configuration file for ament_cmake_export_targets.
  204. ament_cmake_export_targets_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_targets/cmake
  205. //The directory containing a CMake configuration file for ament_cmake_flake8.
  206. ament_cmake_flake8_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_flake8/cmake
  207. //The directory containing a CMake configuration file for ament_cmake_gen_version_h.
  208. ament_cmake_gen_version_h_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_gen_version_h/cmake
  209. //The directory containing a CMake configuration file for ament_cmake_gmock.
  210. ament_cmake_gmock_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_gmock/cmake
  211. //The directory containing a CMake configuration file for ament_cmake_gtest.
  212. ament_cmake_gtest_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_gtest/cmake
  213. //The directory containing a CMake configuration file for ament_cmake_include_directories.
  214. ament_cmake_include_directories_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_include_directories/cmake
  215. //The directory containing a CMake configuration file for ament_cmake_libraries.
  216. ament_cmake_libraries_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_libraries/cmake
  217. //The directory containing a CMake configuration file for ament_cmake_lint_cmake.
  218. ament_cmake_lint_cmake_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_lint_cmake/cmake
  219. //The directory containing a CMake configuration file for ament_cmake_pep257.
  220. ament_cmake_pep257_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_pep257/cmake
  221. //The directory containing a CMake configuration file for ament_cmake_pytest.
  222. ament_cmake_pytest_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_pytest/cmake
  223. //The directory containing a CMake configuration file for ament_cmake_python.
  224. ament_cmake_python_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_python/cmake
  225. //The directory containing a CMake configuration file for ament_cmake_ros.
  226. ament_cmake_ros_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_ros/cmake
  227. //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
  228. ament_cmake_target_dependencies_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_target_dependencies/cmake
  229. //The directory containing a CMake configuration file for ament_cmake_test.
  230. ament_cmake_test_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_test/cmake
  231. //The directory containing a CMake configuration file for ament_cmake_uncrustify.
  232. ament_cmake_uncrustify_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_uncrustify/cmake
  233. //The directory containing a CMake configuration file for ament_cmake_version.
  234. ament_cmake_version_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_version/cmake
  235. //The directory containing a CMake configuration file for ament_cmake_xmllint.
  236. ament_cmake_xmllint_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_xmllint/cmake
  237. //Path to a program.
  238. ament_copyright_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_copyright
  239. //The directory containing a CMake configuration file for ament_lint_auto.
  240. ament_lint_auto_DIR:PATH=/opt/ros/jazzy/share/ament_lint_auto/cmake
  241. //Path to a program.
  242. ament_lint_cmake_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_lint_cmake
  243. //The directory containing a CMake configuration file for ament_lint_common.
  244. ament_lint_common_DIR:PATH=/opt/ros/jazzy/share/ament_lint_common/cmake
  245. //Path to a program.
  246. ament_xmllint_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_xmllint
  247. //The directory containing a CMake configuration file for builtin_interfaces.
  248. builtin_interfaces_DIR:PATH=/opt/ros/jazzy/share/builtin_interfaces/cmake
  249. //The directory containing a CMake configuration file for fastcdr.
  250. fastcdr_DIR:PATH=/opt/ros/jazzy/lib/cmake/fastcdr
  251. //The directory containing a CMake configuration file for fastrtps_cmake_module.
  252. fastrtps_cmake_module_DIR:PATH=/opt/ros/jazzy/share/fastrtps_cmake_module/cmake
  253. //The directory containing a CMake configuration file for geometry_msgs.
  254. geometry_msgs_DIR:PATH=/opt/ros/jazzy/share/geometry_msgs/cmake
  255. //Value Computed by CMake
  256. orbbec_camera_msgs_BINARY_DIR:STATIC=/home/ymzz/YMbot_ROS2/build/orbbec_camera_msgs
  257. //Value Computed by CMake
  258. orbbec_camera_msgs_IS_TOP_LEVEL:STATIC=ON
  259. //Value Computed by CMake
  260. orbbec_camera_msgs_SOURCE_DIR:STATIC=/home/ymzz/YMbot_ROS2/src/OrbbecSDK_ROS2/orbbec_camera_msgs
  261. //Dependencies for the target
  262. orbbec_camera_msgs__rosidl_generator_py_LIB_DEPENDS:STATIC=general;orbbec_camera_msgs__rosidl_generator_c;general;Python3::Python;general;orbbec_camera_msgs__rosidl_typesupport_c;general;sensor_msgs::sensor_msgs__rosidl_generator_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_fastrtps_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_fastrtps_cpp;general;sensor_msgs::sensor_msgs__rosidl_typesupport_introspection_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_introspection_cpp;general;sensor_msgs::sensor_msgs__rosidl_typesupport_cpp;general;sensor_msgs::sensor_msgs__rosidl_generator_py;general;sensor_msgs::sensor_msgs__rosidl_generator_py;general;builtin_interfaces::builtin_interfaces__rosidl_generator_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;geometry_msgs::geometry_msgs__rosidl_generator_py;general;geometry_msgs::geometry_msgs__rosidl_generator_py;general;std_msgs::std_msgs__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_py;general;std_msgs::std_msgs__rosidl_generator_py;general;service_msgs::service_msgs__rosidl_generator_c;general;service_msgs::service_msgs__rosidl_typesupport_fastrtps_c;general;service_msgs::service_msgs__rosidl_typesupport_fastrtps_cpp;general;service_msgs::service_msgs__rosidl_typesupport_introspection_c;general;service_msgs::service_msgs__rosidl_typesupport_c;general;service_msgs::service_msgs__rosidl_typesupport_introspection_cpp;general;service_msgs::service_msgs__rosidl_typesupport_cpp;general;service_msgs::service_msgs__rosidl_generator_py;general;service_msgs::service_msgs__rosidl_generator_py;
  263. //Dependencies for the target
  264. orbbec_camera_msgs_s__rosidl_typesupport_c_LIB_DEPENDS:STATIC=general;orbbec_camera_msgs__rosidl_generator_py;general;orbbec_camera_msgs__rosidl_typesupport_c;general;orbbec_camera_msgs__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;/opt/ros/jazzy/lib/librmw.so;general;rcutils::rcutils;general;rosidl_dynamic_typesupport::rosidl_dynamic_typesupport;general;rosidl_runtime_c::rosidl_runtime_c;
  265. //Dependencies for the target
  266. orbbec_camera_msgs_s__rosidl_typesupport_fastrtps_c_LIB_DEPENDS:STATIC=general;orbbec_camera_msgs__rosidl_generator_py;general;orbbec_camera_msgs__rosidl_typesupport_fastrtps_c;general;orbbec_camera_msgs__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;/opt/ros/jazzy/lib/librmw.so;general;rcutils::rcutils;general;rosidl_dynamic_typesupport::rosidl_dynamic_typesupport;general;rosidl_runtime_c::rosidl_runtime_c;
  267. //Dependencies for the target
  268. orbbec_camera_msgs_s__rosidl_typesupport_introspection_c_LIB_DEPENDS:STATIC=general;orbbec_camera_msgs__rosidl_generator_py;general;orbbec_camera_msgs__rosidl_typesupport_introspection_c;general;orbbec_camera_msgs__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;/opt/ros/jazzy/lib/librmw.so;general;rcutils::rcutils;general;rosidl_dynamic_typesupport::rosidl_dynamic_typesupport;general;rosidl_runtime_c::rosidl_runtime_c;
  269. //The directory containing a CMake configuration file for python_cmake_module.
  270. python_cmake_module_DIR:PATH=/opt/ros/jazzy/share/python_cmake_module/cmake
  271. //The directory containing a CMake configuration file for rcpputils.
  272. rcpputils_DIR:PATH=/opt/ros/jazzy/share/rcpputils/cmake
  273. //The directory containing a CMake configuration file for rcutils.
  274. rcutils_DIR:PATH=/opt/ros/jazzy/share/rcutils/cmake
  275. //The directory containing a CMake configuration file for rmw.
  276. rmw_DIR:PATH=/opt/ros/jazzy/share/rmw/cmake
  277. //The directory containing a CMake configuration file for rosidl_adapter.
  278. rosidl_adapter_DIR:PATH=/opt/ros/jazzy/share/rosidl_adapter/cmake
  279. //The directory containing a CMake configuration file for rosidl_cmake.
  280. rosidl_cmake_DIR:PATH=/opt/ros/jazzy/share/rosidl_cmake/cmake
  281. //The directory containing a CMake configuration file for rosidl_core_generators.
  282. rosidl_core_generators_DIR:PATH=/opt/ros/jazzy/share/rosidl_core_generators/cmake
  283. //The directory containing a CMake configuration file for rosidl_core_runtime.
  284. rosidl_core_runtime_DIR:PATH=/opt/ros/jazzy/share/rosidl_core_runtime/cmake
  285. //The directory containing a CMake configuration file for rosidl_default_generators.
  286. rosidl_default_generators_DIR:PATH=/opt/ros/jazzy/share/rosidl_default_generators/cmake
  287. //The directory containing a CMake configuration file for rosidl_default_runtime.
  288. rosidl_default_runtime_DIR:PATH=/opt/ros/jazzy/share/rosidl_default_runtime/cmake
  289. //The directory containing a CMake configuration file for rosidl_dynamic_typesupport.
  290. rosidl_dynamic_typesupport_DIR:PATH=/opt/ros/jazzy/share/rosidl_dynamic_typesupport/cmake
  291. //The directory containing a CMake configuration file for rosidl_generator_c.
  292. rosidl_generator_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_c/cmake
  293. //The directory containing a CMake configuration file for rosidl_generator_cpp.
  294. rosidl_generator_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_cpp/cmake
  295. //The directory containing a CMake configuration file for rosidl_generator_py.
  296. rosidl_generator_py_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_py/cmake
  297. //The directory containing a CMake configuration file for rosidl_generator_type_description.
  298. rosidl_generator_type_description_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_type_description/cmake
  299. //The directory containing a CMake configuration file for rosidl_runtime_c.
  300. rosidl_runtime_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_runtime_c/cmake
  301. //The directory containing a CMake configuration file for rosidl_runtime_cpp.
  302. rosidl_runtime_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_runtime_cpp/cmake
  303. //The directory containing a CMake configuration file for rosidl_typesupport_c.
  304. rosidl_typesupport_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_c/cmake
  305. //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
  306. rosidl_typesupport_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_cpp/cmake
  307. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
  308. rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_fastrtps_c/cmake
  309. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
  310. rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_fastrtps_cpp/cmake
  311. //The directory containing a CMake configuration file for rosidl_typesupport_interface.
  312. rosidl_typesupport_interface_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_interface/cmake
  313. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
  314. rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_introspection_c/cmake
  315. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
  316. rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_introspection_cpp/cmake
  317. //The directory containing a CMake configuration file for sensor_msgs.
  318. sensor_msgs_DIR:PATH=/opt/ros/jazzy/share/sensor_msgs/cmake
  319. //The directory containing a CMake configuration file for service_msgs.
  320. service_msgs_DIR:PATH=/opt/ros/jazzy/share/service_msgs/cmake
  321. //The directory containing a CMake configuration file for std_msgs.
  322. std_msgs_DIR:PATH=/opt/ros/jazzy/share/std_msgs/cmake
  323. //Path to a program.
  324. xmllint_BIN:FILEPATH=/usr/bin/xmllint
  325. ########################
  326. # INTERNAL cache entries
  327. ########################
  328. //ADVANCED property for variable: CMAKE_ADDR2LINE
  329. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  330. //ADVANCED property for variable: CMAKE_AR
  331. CMAKE_AR-ADVANCED:INTERNAL=1
  332. //This is the directory where this CMakeCache.txt was created
  333. CMAKE_CACHEFILE_DIR:INTERNAL=/home/ymzz/YMbot_ROS2/build/orbbec_camera_msgs
  334. //Major version of cmake used to create the current loaded cache
  335. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  336. //Minor version of cmake used to create the current loaded cache
  337. CMAKE_CACHE_MINOR_VERSION:INTERNAL=28
  338. //Patch version of cmake used to create the current loaded cache
  339. CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
  340. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  341. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  342. //Path to CMake executable.
  343. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  344. //Path to cpack program executable.
  345. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  346. //Path to ctest program executable.
  347. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  348. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  349. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  350. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  351. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  352. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  353. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  354. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  355. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  356. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  357. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  358. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  359. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  360. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  361. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  362. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  363. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  364. //ADVANCED property for variable: CMAKE_C_COMPILER
  365. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  366. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  367. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  368. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  369. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  370. //ADVANCED property for variable: CMAKE_C_FLAGS
  371. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  372. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  373. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  374. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  375. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  376. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  377. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  378. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  379. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  380. //ADVANCED property for variable: CMAKE_DLLTOOL
  381. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  382. //Path to cache edit program executable.
  383. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
  384. //Executable file format
  385. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  386. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  387. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  388. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  389. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  390. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  391. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  392. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  393. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  394. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  395. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  396. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  397. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  398. //Name of external makefile project generator.
  399. CMAKE_EXTRA_GENERATOR:INTERNAL=
  400. //Name of generator.
  401. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  402. //Generator instance identifier.
  403. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  404. //Name of generator platform.
  405. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  406. //Name of generator toolset.
  407. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  408. //Source directory with the top level CMakeLists.txt file for this
  409. // project
  410. CMAKE_HOME_DIRECTORY:INTERNAL=/home/ymzz/YMbot_ROS2/src/OrbbecSDK_ROS2/orbbec_camera_msgs
  411. //Install .so files without execute permission.
  412. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  413. //ADVANCED property for variable: CMAKE_LINKER
  414. CMAKE_LINKER-ADVANCED:INTERNAL=1
  415. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  416. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  417. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  418. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  419. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  420. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  421. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  422. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  423. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  424. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  425. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  426. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  427. //ADVANCED property for variable: CMAKE_NM
  428. CMAKE_NM-ADVANCED:INTERNAL=1
  429. //number of local generators
  430. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
  431. //ADVANCED property for variable: CMAKE_OBJCOPY
  432. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  433. //ADVANCED property for variable: CMAKE_OBJDUMP
  434. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  435. //Platform information initialized
  436. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  437. //ADVANCED property for variable: CMAKE_RANLIB
  438. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  439. //ADVANCED property for variable: CMAKE_READELF
  440. CMAKE_READELF-ADVANCED:INTERNAL=1
  441. //Path to CMake installation.
  442. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.28
  443. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  444. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  445. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  446. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  447. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  448. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  449. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  450. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  451. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  452. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  453. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  454. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  455. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  456. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  457. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  458. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  459. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  460. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  461. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  462. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  463. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  464. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  465. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  466. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  467. //ADVANCED property for variable: CMAKE_STRIP
  468. CMAKE_STRIP-ADVANCED:INTERNAL=1
  469. //ADVANCED property for variable: CMAKE_TAPI
  470. CMAKE_TAPI-ADVANCED:INTERNAL=1
  471. //uname command
  472. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  473. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  474. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  475. //Details about finding Python3
  476. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/home/ymzz/anaconda3/bin/python3][/home/ymzz/anaconda3/include/python3.12][/home/ymzz/anaconda3/lib/libpython3.12.so][/home/ymzz/anaconda3/lib/python3.12/site-packages/numpy/_core/include][cfound components: Interpreter Development NumPy Development.Module Development.Embed ][v3.12.2()]
  477. //Details about finding PythonExtra
  478. FIND_PACKAGE_MESSAGE_DETAILS_PythonExtra:INTERNAL=[/home/ymzz/anaconda3/bin/python3][/home/ymzz/anaconda3/bin/python3][v()]
  479. //The directory for Python library installation. This needs to
  480. // be in PYTHONPATH when 'setup.py install' is called.
  481. PYTHON_INSTALL_DIR:INTERNAL=lib/python3.12/site-packages
  482. //linker supports push/pop state
  483. _CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
  484. //Compiler reason failure
  485. _Python3_Compiler_REASON_FAILURE:INTERNAL=
  486. _Python3_DEVELOPMENT_EMBED_SIGNATURE:INTERNAL=fbde84ece1e105cfefd0c0ac92f51253
  487. _Python3_DEVELOPMENT_MODULE_SIGNATURE:INTERNAL=124a06fd96c97fd6061fd5c52019d891
  488. //Development reason failure
  489. _Python3_Development_REASON_FAILURE:INTERNAL=
  490. _Python3_EXECUTABLE:INTERNAL=/home/ymzz/anaconda3/bin/python3
  491. //Path to a file.
  492. _Python3_INCLUDE_DIR:INTERNAL=/home/ymzz/anaconda3/include/python3.12
  493. //Python3 Properties
  494. _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;12;2;64;;cpython-312-x86_64-linux-gnu;abi3;/home/ymzz/anaconda3/lib/python3.12;/home/ymzz/anaconda3/lib/python3.12;/home/ymzz/anaconda3/lib/python3.12/site-packages;/home/ymzz/anaconda3/lib/python3.12/site-packages
  495. _Python3_INTERPRETER_SIGNATURE:INTERNAL=53f4e2c8086093b43143ab0870d76f8a
  496. //Path to a library.
  497. _Python3_LIBRARY_RELEASE:INTERNAL=/home/ymzz/anaconda3/lib/libpython3.12.so
  498. _Python3_NUMPY_SIGNATURE:INTERNAL=ded4a9a50f450fd488c707a8b7c7879d
  499. //Path to a file.
  500. _Python3_NumPy_INCLUDE_DIR:INTERNAL=/home/ymzz/anaconda3/lib/python3.12/site-packages/numpy/_core/include