CMakeCache.txt 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/ymzz/YMbot_ROS2/build/realsense2_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/realsense2_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/realsense2_camera_msgs/CMakeFiles/pkgRedirects
  96. //Install path prefix, prepended onto install directories.
  97. CMAKE_INSTALL_PREFIX:PATH=/home/ymzz/YMbot_ROS2/install/realsense2_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=realsense2_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_core.
  184. ament_cmake_core_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_core/cmake
  185. //The directory containing a CMake configuration file for ament_cmake_cppcheck.
  186. ament_cmake_cppcheck_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_cppcheck/cmake
  187. //The directory containing a CMake configuration file for ament_cmake_cpplint.
  188. ament_cmake_cpplint_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_cpplint/cmake
  189. //The directory containing a CMake configuration file for ament_cmake_export_definitions.
  190. ament_cmake_export_definitions_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_definitions/cmake
  191. //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
  192. ament_cmake_export_dependencies_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_dependencies/cmake
  193. //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
  194. ament_cmake_export_include_directories_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_include_directories/cmake
  195. //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
  196. ament_cmake_export_interfaces_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_interfaces/cmake
  197. //The directory containing a CMake configuration file for ament_cmake_export_libraries.
  198. ament_cmake_export_libraries_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_libraries/cmake
  199. //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
  200. ament_cmake_export_link_flags_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_link_flags/cmake
  201. //The directory containing a CMake configuration file for ament_cmake_export_targets.
  202. ament_cmake_export_targets_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_targets/cmake
  203. //The directory containing a CMake configuration file for ament_cmake_flake8.
  204. ament_cmake_flake8_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_flake8/cmake
  205. //The directory containing a CMake configuration file for ament_cmake_gen_version_h.
  206. ament_cmake_gen_version_h_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_gen_version_h/cmake
  207. //The directory containing a CMake configuration file for ament_cmake_gmock.
  208. ament_cmake_gmock_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_gmock/cmake
  209. //The directory containing a CMake configuration file for ament_cmake_gtest.
  210. ament_cmake_gtest_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_gtest/cmake
  211. //The directory containing a CMake configuration file for ament_cmake_include_directories.
  212. ament_cmake_include_directories_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_include_directories/cmake
  213. //The directory containing a CMake configuration file for ament_cmake_libraries.
  214. ament_cmake_libraries_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_libraries/cmake
  215. //The directory containing a CMake configuration file for ament_cmake_pep257.
  216. ament_cmake_pep257_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_pep257/cmake
  217. //The directory containing a CMake configuration file for ament_cmake_pytest.
  218. ament_cmake_pytest_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_pytest/cmake
  219. //The directory containing a CMake configuration file for ament_cmake_python.
  220. ament_cmake_python_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_python/cmake
  221. //The directory containing a CMake configuration file for ament_cmake_ros.
  222. ament_cmake_ros_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_ros/cmake
  223. //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
  224. ament_cmake_target_dependencies_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_target_dependencies/cmake
  225. //The directory containing a CMake configuration file for ament_cmake_test.
  226. ament_cmake_test_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_test/cmake
  227. //The directory containing a CMake configuration file for ament_cmake_uncrustify.
  228. ament_cmake_uncrustify_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_uncrustify/cmake
  229. //The directory containing a CMake configuration file for ament_cmake_version.
  230. ament_cmake_version_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_version/cmake
  231. //Path to a program.
  232. ament_cppcheck_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_cppcheck
  233. //Path to a program.
  234. ament_cpplint_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_cpplint
  235. //Path to a program.
  236. ament_flake8_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_flake8
  237. //Path to a program.
  238. ament_pep257_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_pep257
  239. //Path to a program.
  240. ament_uncrustify_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_uncrustify
  241. //The directory containing a CMake configuration file for builtin_interfaces.
  242. builtin_interfaces_DIR:PATH=/opt/ros/jazzy/share/builtin_interfaces/cmake
  243. //The directory containing a CMake configuration file for fastcdr.
  244. fastcdr_DIR:PATH=/opt/ros/jazzy/lib/cmake/fastcdr
  245. //The directory containing a CMake configuration file for fastrtps_cmake_module.
  246. fastrtps_cmake_module_DIR:PATH=/opt/ros/jazzy/share/fastrtps_cmake_module/cmake
  247. //The directory containing a CMake configuration file for geometry_msgs.
  248. geometry_msgs_DIR:PATH=/opt/ros/jazzy/share/geometry_msgs/cmake
  249. //The directory containing a CMake configuration file for python_cmake_module.
  250. python_cmake_module_DIR:PATH=/opt/ros/jazzy/share/python_cmake_module/cmake
  251. //The directory containing a CMake configuration file for rcpputils.
  252. rcpputils_DIR:PATH=/opt/ros/jazzy/share/rcpputils/cmake
  253. //The directory containing a CMake configuration file for rcutils.
  254. rcutils_DIR:PATH=/opt/ros/jazzy/share/rcutils/cmake
  255. //Value Computed by CMake
  256. realsense2_camera_msgs_BINARY_DIR:STATIC=/home/ymzz/YMbot_ROS2/build/realsense2_camera_msgs
  257. //Value Computed by CMake
  258. realsense2_camera_msgs_IS_TOP_LEVEL:STATIC=ON
  259. //Value Computed by CMake
  260. realsense2_camera_msgs_SOURCE_DIR:STATIC=/home/ymzz/YMbot_ROS2/src/realsense-ros/realsense2_camera_msgs
  261. //Dependencies for the target
  262. realsense2_camera_msgs__rosidl_generator_py_LIB_DEPENDS:STATIC=general;realsense2_camera_msgs__rosidl_generator_c;general;Python3::Python;general;realsense2_camera_msgs__rosidl_typesupport_c;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;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;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;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;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. realsense2_camera_msgs_s__rosidl_typesupport_c_LIB_DEPENDS:STATIC=general;realsense2_camera_msgs__rosidl_generator_py;general;realsense2_camera_msgs__rosidl_typesupport_c;general;realsense2_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. realsense2_camera_msgs_s__rosidl_typesupport_fastrtps_c_LIB_DEPENDS:STATIC=general;realsense2_camera_msgs__rosidl_generator_py;general;realsense2_camera_msgs__rosidl_typesupport_fastrtps_c;general;realsense2_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. realsense2_camera_msgs_s__rosidl_typesupport_introspection_c_LIB_DEPENDS:STATIC=general;realsense2_camera_msgs__rosidl_generator_py;general;realsense2_camera_msgs__rosidl_typesupport_introspection_c;general;realsense2_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 rmw.
  270. rmw_DIR:PATH=/opt/ros/jazzy/share/rmw/cmake
  271. //The directory containing a CMake configuration file for rosidl_adapter.
  272. rosidl_adapter_DIR:PATH=/opt/ros/jazzy/share/rosidl_adapter/cmake
  273. //The directory containing a CMake configuration file for rosidl_cmake.
  274. rosidl_cmake_DIR:PATH=/opt/ros/jazzy/share/rosidl_cmake/cmake
  275. //The directory containing a CMake configuration file for rosidl_core_generators.
  276. rosidl_core_generators_DIR:PATH=/opt/ros/jazzy/share/rosidl_core_generators/cmake
  277. //The directory containing a CMake configuration file for rosidl_core_runtime.
  278. rosidl_core_runtime_DIR:PATH=/opt/ros/jazzy/share/rosidl_core_runtime/cmake
  279. //The directory containing a CMake configuration file for rosidl_default_generators.
  280. rosidl_default_generators_DIR:PATH=/opt/ros/jazzy/share/rosidl_default_generators/cmake
  281. //The directory containing a CMake configuration file for rosidl_default_runtime.
  282. rosidl_default_runtime_DIR:PATH=/opt/ros/jazzy/share/rosidl_default_runtime/cmake
  283. //The directory containing a CMake configuration file for rosidl_dynamic_typesupport.
  284. rosidl_dynamic_typesupport_DIR:PATH=/opt/ros/jazzy/share/rosidl_dynamic_typesupport/cmake
  285. //The directory containing a CMake configuration file for rosidl_generator_c.
  286. rosidl_generator_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_c/cmake
  287. //The directory containing a CMake configuration file for rosidl_generator_cpp.
  288. rosidl_generator_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_cpp/cmake
  289. //The directory containing a CMake configuration file for rosidl_generator_py.
  290. rosidl_generator_py_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_py/cmake
  291. //The directory containing a CMake configuration file for rosidl_generator_type_description.
  292. rosidl_generator_type_description_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_type_description/cmake
  293. //The directory containing a CMake configuration file for rosidl_runtime_c.
  294. rosidl_runtime_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_runtime_c/cmake
  295. //The directory containing a CMake configuration file for rosidl_runtime_cpp.
  296. rosidl_runtime_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_runtime_cpp/cmake
  297. //The directory containing a CMake configuration file for rosidl_typesupport_c.
  298. rosidl_typesupport_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_c/cmake
  299. //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
  300. rosidl_typesupport_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_cpp/cmake
  301. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
  302. rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_fastrtps_c/cmake
  303. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
  304. rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_fastrtps_cpp/cmake
  305. //The directory containing a CMake configuration file for rosidl_typesupport_interface.
  306. rosidl_typesupport_interface_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_interface/cmake
  307. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
  308. rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_introspection_c/cmake
  309. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
  310. rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_introspection_cpp/cmake
  311. //The directory containing a CMake configuration file for sensor_msgs.
  312. sensor_msgs_DIR:PATH=/opt/ros/jazzy/share/sensor_msgs/cmake
  313. //The directory containing a CMake configuration file for service_msgs.
  314. service_msgs_DIR:PATH=/opt/ros/jazzy/share/service_msgs/cmake
  315. //The directory containing a CMake configuration file for std_msgs.
  316. std_msgs_DIR:PATH=/opt/ros/jazzy/share/std_msgs/cmake
  317. ########################
  318. # INTERNAL cache entries
  319. ########################
  320. //ADVANCED property for variable: CMAKE_ADDR2LINE
  321. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  322. //ADVANCED property for variable: CMAKE_AR
  323. CMAKE_AR-ADVANCED:INTERNAL=1
  324. //This is the directory where this CMakeCache.txt was created
  325. CMAKE_CACHEFILE_DIR:INTERNAL=/home/ymzz/YMbot_ROS2/build/realsense2_camera_msgs
  326. //Major version of cmake used to create the current loaded cache
  327. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  328. //Minor version of cmake used to create the current loaded cache
  329. CMAKE_CACHE_MINOR_VERSION:INTERNAL=28
  330. //Patch version of cmake used to create the current loaded cache
  331. CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
  332. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  333. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  334. //Path to CMake executable.
  335. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  336. //Path to cpack program executable.
  337. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  338. //Path to ctest program executable.
  339. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  340. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  341. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  342. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  343. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  344. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  345. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  346. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  347. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  348. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  349. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  350. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  351. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  352. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  353. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  354. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  355. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  356. //ADVANCED property for variable: CMAKE_C_COMPILER
  357. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  358. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  359. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  360. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  361. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  362. //ADVANCED property for variable: CMAKE_C_FLAGS
  363. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  364. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  365. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  366. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  367. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  368. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  369. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  370. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  371. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  372. //ADVANCED property for variable: CMAKE_DLLTOOL
  373. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  374. //Path to cache edit program executable.
  375. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
  376. //Executable file format
  377. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  378. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  379. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  380. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  381. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  382. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  383. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  384. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  385. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  386. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  387. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  388. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  389. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  390. //Name of external makefile project generator.
  391. CMAKE_EXTRA_GENERATOR:INTERNAL=
  392. //Name of generator.
  393. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  394. //Generator instance identifier.
  395. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  396. //Name of generator platform.
  397. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  398. //Name of generator toolset.
  399. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  400. //Source directory with the top level CMakeLists.txt file for this
  401. // project
  402. CMAKE_HOME_DIRECTORY:INTERNAL=/home/ymzz/YMbot_ROS2/src/realsense-ros/realsense2_camera_msgs
  403. //Install .so files without execute permission.
  404. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  405. //ADVANCED property for variable: CMAKE_LINKER
  406. CMAKE_LINKER-ADVANCED:INTERNAL=1
  407. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  408. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  409. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  410. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  411. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  412. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  413. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  414. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  415. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  416. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  417. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  418. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  419. //ADVANCED property for variable: CMAKE_NM
  420. CMAKE_NM-ADVANCED:INTERNAL=1
  421. //number of local generators
  422. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
  423. //ADVANCED property for variable: CMAKE_OBJCOPY
  424. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  425. //ADVANCED property for variable: CMAKE_OBJDUMP
  426. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  427. //Platform information initialized
  428. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  429. //ADVANCED property for variable: CMAKE_RANLIB
  430. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  431. //ADVANCED property for variable: CMAKE_READELF
  432. CMAKE_READELF-ADVANCED:INTERNAL=1
  433. //Path to CMake installation.
  434. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.28
  435. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  436. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  437. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  438. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  439. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  440. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  441. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  442. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  443. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  444. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  445. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  446. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  447. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  448. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  449. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  450. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  451. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  452. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  453. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  454. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  455. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  456. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  457. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  458. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  459. //ADVANCED property for variable: CMAKE_STRIP
  460. CMAKE_STRIP-ADVANCED:INTERNAL=1
  461. //ADVANCED property for variable: CMAKE_TAPI
  462. CMAKE_TAPI-ADVANCED:INTERNAL=1
  463. //uname command
  464. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  465. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  466. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  467. //Details about finding Python3
  468. 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()]
  469. //Details about finding PythonExtra
  470. FIND_PACKAGE_MESSAGE_DETAILS_PythonExtra:INTERNAL=[/home/ymzz/anaconda3/bin/python3][/home/ymzz/anaconda3/bin/python3][v()]
  471. //The directory for Python library installation. This needs to
  472. // be in PYTHONPATH when 'setup.py install' is called.
  473. PYTHON_INSTALL_DIR:INTERNAL=lib/python3.12/site-packages
  474. //linker supports push/pop state
  475. _CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
  476. //Compiler reason failure
  477. _Python3_Compiler_REASON_FAILURE:INTERNAL=
  478. _Python3_DEVELOPMENT_EMBED_SIGNATURE:INTERNAL=fbde84ece1e105cfefd0c0ac92f51253
  479. _Python3_DEVELOPMENT_MODULE_SIGNATURE:INTERNAL=124a06fd96c97fd6061fd5c52019d891
  480. //Development reason failure
  481. _Python3_Development_REASON_FAILURE:INTERNAL=
  482. _Python3_EXECUTABLE:INTERNAL=/home/ymzz/anaconda3/bin/python3
  483. //Path to a file.
  484. _Python3_INCLUDE_DIR:INTERNAL=/home/ymzz/anaconda3/include/python3.12
  485. //Python3 Properties
  486. _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
  487. _Python3_INTERPRETER_SIGNATURE:INTERNAL=53f4e2c8086093b43143ab0870d76f8a
  488. //Path to a library.
  489. _Python3_LIBRARY_RELEASE:INTERNAL=/home/ymzz/anaconda3/lib/libpython3.12.so
  490. _Python3_NUMPY_SIGNATURE:INTERNAL=ded4a9a50f450fd488c707a8b7c7879d
  491. //Path to a file.
  492. _Python3_NumPy_INCLUDE_DIR:INTERNAL=/home/ymzz/anaconda3/lib/python3.12/site-packages/numpy/_core/include