CMakeCache.txt 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/ubuntu/eyes/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/ubuntu/eyes/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-11
  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-11
  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-11
  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-11
  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. //Install path prefix, prepended onto install directories.
  95. CMAKE_INSTALL_PREFIX:PATH=/home/ubuntu/eyes/install/realsense2_camera_msgs
  96. //Path to a program.
  97. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  98. //Path to a program.
  99. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
  100. //Flags used by the linker during the creation of modules during
  101. // all build types.
  102. CMAKE_MODULE_LINKER_FLAGS:STRING=
  103. //Flags used by the linker during the creation of modules during
  104. // DEBUG builds.
  105. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  106. //Flags used by the linker during the creation of modules during
  107. // MINSIZEREL builds.
  108. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  109. //Flags used by the linker during the creation of modules during
  110. // RELEASE builds.
  111. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  112. //Flags used by the linker during the creation of modules during
  113. // RELWITHDEBINFO builds.
  114. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  115. //Path to a program.
  116. CMAKE_NM:FILEPATH=/usr/bin/nm
  117. //Path to a program.
  118. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  119. //Path to a program.
  120. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  121. //Value Computed by CMake
  122. CMAKE_PROJECT_DESCRIPTION:STATIC=
  123. //Value Computed by CMake
  124. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  125. //Value Computed by CMake
  126. CMAKE_PROJECT_NAME:STATIC=realsense2_camera_msgs
  127. //Path to a program.
  128. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  129. //Path to a program.
  130. CMAKE_READELF:FILEPATH=/usr/bin/readelf
  131. //Flags used by the linker during the creation of shared libraries
  132. // during all build types.
  133. CMAKE_SHARED_LINKER_FLAGS:STRING=
  134. //Flags used by the linker during the creation of shared libraries
  135. // during DEBUG builds.
  136. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  137. //Flags used by the linker during the creation of shared libraries
  138. // during MINSIZEREL builds.
  139. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  140. //Flags used by the linker during the creation of shared libraries
  141. // during RELEASE builds.
  142. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  143. //Flags used by the linker during the creation of shared libraries
  144. // during RELWITHDEBINFO builds.
  145. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  146. //If set, runtime paths are not added when installing shared libraries,
  147. // but are added when building.
  148. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  149. //If set, runtime paths are not added when using shared libraries.
  150. CMAKE_SKIP_RPATH:BOOL=NO
  151. //Flags used by the linker during the creation of static libraries
  152. // during all build types.
  153. CMAKE_STATIC_LINKER_FLAGS:STRING=
  154. //Flags used by the linker during the creation of static libraries
  155. // during DEBUG builds.
  156. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  157. //Flags used by the linker during the creation of static libraries
  158. // during MINSIZEREL builds.
  159. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  160. //Flags used by the linker during the creation of static libraries
  161. // during RELEASE builds.
  162. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  163. //Flags used by the linker during the creation of static libraries
  164. // during RELWITHDEBINFO builds.
  165. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  166. //Path to a program.
  167. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  168. //If this value is on, makefiles will be generated without the
  169. // .SILENT directive, and all commands will be echoed to the console
  170. // during the make. This is useful for debugging only. With Visual
  171. // Studio IDE projects all commands are done without /nologo.
  172. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  173. //Path to a program.
  174. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
  175. //Path to a file.
  176. PYTHON_INCLUDE_DIR:PATH=/usr/include/python3.10
  177. //Path to a library.
  178. PYTHON_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libpython3.10.so
  179. //Path to a library.
  180. PYTHON_LIBRARY_DEBUG:FILEPATH=PYTHON_LIBRARY_DEBUG-NOTFOUND
  181. //Path to a program.
  182. Python3_EXECUTABLE:FILEPATH=/usr/bin/python3
  183. //Name of the computer/site where compile is being run
  184. SITE:STRING=ubuntu
  185. //Path to a library.
  186. _lib:FILEPATH=/opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_cpp.so
  187. //Path to a file.
  188. _numpy_h:FILEPATH=/usr/include/python3.10/numpy/numpyconfig.h
  189. //The directory containing a CMake configuration file for action_msgs.
  190. action_msgs_DIR:PATH=/opt/ros/humble/share/action_msgs/cmake
  191. //The directory containing a CMake configuration file for ament_cmake.
  192. ament_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake/cmake
  193. //The directory containing a CMake configuration file for ament_cmake_core.
  194. ament_cmake_core_DIR:PATH=/opt/ros/humble/share/ament_cmake_core/cmake
  195. //The directory containing a CMake configuration file for ament_cmake_cppcheck.
  196. ament_cmake_cppcheck_DIR:PATH=/opt/ros/humble/share/ament_cmake_cppcheck/cmake
  197. //The directory containing a CMake configuration file for ament_cmake_cpplint.
  198. ament_cmake_cpplint_DIR:PATH=/opt/ros/humble/share/ament_cmake_cpplint/cmake
  199. //The directory containing a CMake configuration file for ament_cmake_export_definitions.
  200. ament_cmake_export_definitions_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_definitions/cmake
  201. //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
  202. ament_cmake_export_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_dependencies/cmake
  203. //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
  204. ament_cmake_export_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_include_directories/cmake
  205. //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
  206. ament_cmake_export_interfaces_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_interfaces/cmake
  207. //The directory containing a CMake configuration file for ament_cmake_export_libraries.
  208. ament_cmake_export_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_libraries/cmake
  209. //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
  210. ament_cmake_export_link_flags_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_link_flags/cmake
  211. //The directory containing a CMake configuration file for ament_cmake_export_targets.
  212. ament_cmake_export_targets_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_targets/cmake
  213. //The directory containing a CMake configuration file for ament_cmake_flake8.
  214. ament_cmake_flake8_DIR:PATH=/opt/ros/humble/share/ament_cmake_flake8/cmake
  215. //The directory containing a CMake configuration file for ament_cmake_gen_version_h.
  216. ament_cmake_gen_version_h_DIR:PATH=/opt/ros/humble/share/ament_cmake_gen_version_h/cmake
  217. //The directory containing a CMake configuration file for ament_cmake_gmock.
  218. ament_cmake_gmock_DIR:PATH=/opt/ros/humble/share/ament_cmake_gmock/cmake
  219. //The directory containing a CMake configuration file for ament_cmake_gtest.
  220. ament_cmake_gtest_DIR:PATH=/opt/ros/humble/share/ament_cmake_gtest/cmake
  221. //The directory containing a CMake configuration file for ament_cmake_include_directories.
  222. ament_cmake_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_include_directories/cmake
  223. //The directory containing a CMake configuration file for ament_cmake_libraries.
  224. ament_cmake_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_libraries/cmake
  225. //The directory containing a CMake configuration file for ament_cmake_pep257.
  226. ament_cmake_pep257_DIR:PATH=/opt/ros/humble/share/ament_cmake_pep257/cmake
  227. //The directory containing a CMake configuration file for ament_cmake_pytest.
  228. ament_cmake_pytest_DIR:PATH=/opt/ros/humble/share/ament_cmake_pytest/cmake
  229. //The directory containing a CMake configuration file for ament_cmake_python.
  230. ament_cmake_python_DIR:PATH=/opt/ros/humble/share/ament_cmake_python/cmake
  231. //The directory containing a CMake configuration file for ament_cmake_ros.
  232. ament_cmake_ros_DIR:PATH=/opt/ros/humble/share/ament_cmake_ros/cmake
  233. //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
  234. ament_cmake_target_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_target_dependencies/cmake
  235. //The directory containing a CMake configuration file for ament_cmake_test.
  236. ament_cmake_test_DIR:PATH=/opt/ros/humble/share/ament_cmake_test/cmake
  237. //The directory containing a CMake configuration file for ament_cmake_uncrustify.
  238. ament_cmake_uncrustify_DIR:PATH=/opt/ros/humble/share/ament_cmake_uncrustify/cmake
  239. //The directory containing a CMake configuration file for ament_cmake_version.
  240. ament_cmake_version_DIR:PATH=/opt/ros/humble/share/ament_cmake_version/cmake
  241. //Path to a program.
  242. ament_cppcheck_BIN:FILEPATH=/opt/ros/humble/bin/ament_cppcheck
  243. //Path to a program.
  244. ament_cpplint_BIN:FILEPATH=/opt/ros/humble/bin/ament_cpplint
  245. //Path to a program.
  246. ament_flake8_BIN:FILEPATH=/opt/ros/humble/bin/ament_flake8
  247. //Path to a program.
  248. ament_pep257_BIN:FILEPATH=/opt/ros/humble/bin/ament_pep257
  249. //Path to a program.
  250. ament_uncrustify_BIN:FILEPATH=/opt/ros/humble/bin/ament_uncrustify
  251. //The directory containing a CMake configuration file for builtin_interfaces.
  252. builtin_interfaces_DIR:PATH=/opt/ros/humble/share/builtin_interfaces/cmake
  253. //The directory containing a CMake configuration file for fastcdr.
  254. fastcdr_DIR:PATH=/opt/ros/humble/lib/cmake/fastcdr
  255. //The directory containing a CMake configuration file for fastrtps_cmake_module.
  256. fastrtps_cmake_module_DIR:PATH=/opt/ros/humble/share/fastrtps_cmake_module/cmake
  257. //The directory containing a CMake configuration file for geometry_msgs.
  258. geometry_msgs_DIR:PATH=/opt/ros/humble/share/geometry_msgs/cmake
  259. //The directory containing a CMake configuration file for python_cmake_module.
  260. python_cmake_module_DIR:PATH=/opt/ros/humble/share/python_cmake_module/cmake
  261. //The directory containing a CMake configuration file for rcpputils.
  262. rcpputils_DIR:PATH=/opt/ros/humble/share/rcpputils/cmake
  263. //The directory containing a CMake configuration file for rcutils.
  264. rcutils_DIR:PATH=/opt/ros/humble/share/rcutils/cmake
  265. //Value Computed by CMake
  266. realsense2_camera_msgs_BINARY_DIR:STATIC=/home/ubuntu/eyes/build/realsense2_camera_msgs
  267. //Value Computed by CMake
  268. realsense2_camera_msgs_IS_TOP_LEVEL:STATIC=ON
  269. //Value Computed by CMake
  270. realsense2_camera_msgs_SOURCE_DIR:STATIC=/home/ubuntu/eyes/realsense-ros/realsense2_camera_msgs
  271. //Dependencies for the target
  272. realsense2_camera_msgs__rosidl_generator_c_LIB_DEPENDS:STATIC=general;builtin_interfaces::builtin_interfaces__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_generator_c;general;sensor_msgs::sensor_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;action_msgs::action_msgs__rosidl_generator_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_generator_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rcutils::rcutils;
  273. //Dependencies for the target
  274. realsense2_camera_msgs__rosidl_generator_py_LIB_DEPENDS:STATIC=general;realsense2_camera_msgs__rosidl_generator_c;general;/usr/lib/aarch64-linux-gnu/libpython3.10.so;general;realsense2_camera_msgs__rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py;general;std_msgs::std_msgs__rosidl_generator_py;general;sensor_msgs::sensor_msgs__rosidl_generator_py;general;geometry_msgs::geometry_msgs__rosidl_generator_py;general;action_msgs::action_msgs__rosidl_generator_py;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_generator_py;
  275. //Dependencies for the target
  276. realsense2_camera_msgs__rosidl_typesupport_c_LIB_DEPENDS:STATIC=general;realsense2_camera_msgs__rosidl_generator_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;action_msgs::action_msgs__rosidl_typesupport_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_c;
  277. //Dependencies for the target
  278. realsense2_camera_msgs__rosidl_typesupport_c__pyext_LIB_DEPENDS:STATIC=general;realsense2_camera_msgs__rosidl_generator_py;general;/usr/lib/aarch64-linux-gnu/libpython3.10.so;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;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;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;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;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;action_msgs::action_msgs__rosidl_generator_c;general;action_msgs::action_msgs__rosidl_typesupport_fastrtps_c;general;action_msgs::action_msgs__rosidl_typesupport_fastrtps_cpp;general;action_msgs::action_msgs__rosidl_typesupport_introspection_c;general;action_msgs::action_msgs__rosidl_typesupport_c;general;action_msgs::action_msgs__rosidl_typesupport_introspection_cpp;general;action_msgs::action_msgs__rosidl_typesupport_cpp;general;action_msgs::action_msgs__rosidl_generator_py;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_generator_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_fastrtps_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_introspection_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_fastrtps_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_introspection_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_generator_py;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/humble/lib/librmw.so;general;rcutils::rcutils;general;rosidl_runtime_c::rosidl_runtime_c;
  279. //Dependencies for the target
  280. realsense2_camera_msgs__rosidl_typesupport_cpp_LIB_DEPENDS:STATIC=general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_cpp::rosidl_typesupport_cpp;general;rosidl_typesupport_c::rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;sensor_msgs::sensor_msgs__rosidl_typesupport_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;action_msgs::action_msgs__rosidl_typesupport_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_cpp;
  281. //Dependencies for the target
  282. realsense2_camera_msgs__rosidl_typesupport_fastrtps_c_LIB_DEPENDS:STATIC=general;fastcdr;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;rosidl_typesupport_fastrtps_c::rosidl_typesupport_fastrtps_c;general;realsense2_camera_msgs__rosidl_generator_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_fastrtps_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_c;general;action_msgs::action_msgs__rosidl_typesupport_fastrtps_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_fastrtps_c;
  283. //Dependencies for the target
  284. realsense2_camera_msgs__rosidl_typesupport_fastrtps_c__pyext_LIB_DEPENDS:STATIC=general;realsense2_camera_msgs__rosidl_generator_py;general;/usr/lib/aarch64-linux-gnu/libpython3.10.so;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;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;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;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;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;action_msgs::action_msgs__rosidl_generator_c;general;action_msgs::action_msgs__rosidl_typesupport_fastrtps_c;general;action_msgs::action_msgs__rosidl_typesupport_fastrtps_cpp;general;action_msgs::action_msgs__rosidl_typesupport_introspection_c;general;action_msgs::action_msgs__rosidl_typesupport_c;general;action_msgs::action_msgs__rosidl_typesupport_introspection_cpp;general;action_msgs::action_msgs__rosidl_typesupport_cpp;general;action_msgs::action_msgs__rosidl_generator_py;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_generator_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_fastrtps_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_introspection_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_fastrtps_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_introspection_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_generator_py;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/humble/lib/librmw.so;general;rcutils::rcutils;general;rosidl_runtime_c::rosidl_runtime_c;
  285. //Dependencies for the target
  286. realsense2_camera_msgs__rosidl_typesupport_fastrtps_cpp_LIB_DEPENDS:STATIC=general;fastcdr;general;rmw::rmw;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;sensor_msgs::sensor_msgs__rosidl_typesupport_fastrtps_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_cpp;general;action_msgs::action_msgs__rosidl_typesupport_fastrtps_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_fastrtps_cpp;
  287. //Dependencies for the target
  288. realsense2_camera_msgs__rosidl_typesupport_introspection_c_LIB_DEPENDS:STATIC=general;realsense2_camera_msgs__rosidl_generator_c;general;rosidl_typesupport_introspection_c::rosidl_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;action_msgs::action_msgs__rosidl_typesupport_introspection_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_introspection_c;
  289. //Dependencies for the target
  290. realsense2_camera_msgs__rosidl_typesupport_introspection_c__pyext_LIB_DEPENDS:STATIC=general;realsense2_camera_msgs__rosidl_generator_py;general;/usr/lib/aarch64-linux-gnu/libpython3.10.so;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;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;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;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;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;action_msgs::action_msgs__rosidl_generator_c;general;action_msgs::action_msgs__rosidl_typesupport_fastrtps_c;general;action_msgs::action_msgs__rosidl_typesupport_fastrtps_cpp;general;action_msgs::action_msgs__rosidl_typesupport_introspection_c;general;action_msgs::action_msgs__rosidl_typesupport_c;general;action_msgs::action_msgs__rosidl_typesupport_introspection_cpp;general;action_msgs::action_msgs__rosidl_typesupport_cpp;general;action_msgs::action_msgs__rosidl_generator_py;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_generator_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_fastrtps_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_introspection_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_c;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_fastrtps_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_introspection_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_generator_py;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/humble/lib/librmw.so;general;rcutils::rcutils;general;rosidl_runtime_c::rosidl_runtime_c;
  291. //Dependencies for the target
  292. realsense2_camera_msgs__rosidl_typesupport_introspection_cpp_LIB_DEPENDS:STATIC=general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_introspection_cpp::rosidl_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;sensor_msgs::sensor_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;action_msgs::action_msgs__rosidl_typesupport_introspection_cpp;general;unique_identifier_msgs::unique_identifier_msgs__rosidl_typesupport_introspection_cpp;
  293. //The directory containing a CMake configuration file for rmw.
  294. rmw_DIR:PATH=/opt/ros/humble/share/rmw/cmake
  295. //The directory containing a CMake configuration file for rosidl_adapter.
  296. rosidl_adapter_DIR:PATH=/opt/ros/humble/share/rosidl_adapter/cmake
  297. //The directory containing a CMake configuration file for rosidl_cmake.
  298. rosidl_cmake_DIR:PATH=/opt/ros/humble/share/rosidl_cmake/cmake
  299. //The directory containing a CMake configuration file for rosidl_default_generators.
  300. rosidl_default_generators_DIR:PATH=/opt/ros/humble/share/rosidl_default_generators/cmake
  301. //The directory containing a CMake configuration file for rosidl_default_runtime.
  302. rosidl_default_runtime_DIR:PATH=/opt/ros/humble/share/rosidl_default_runtime/cmake
  303. //The directory containing a CMake configuration file for rosidl_generator_c.
  304. rosidl_generator_c_DIR:PATH=/opt/ros/humble/share/rosidl_generator_c/cmake
  305. //The directory containing a CMake configuration file for rosidl_generator_cpp.
  306. rosidl_generator_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_generator_cpp/cmake
  307. //The directory containing a CMake configuration file for rosidl_generator_py.
  308. rosidl_generator_py_DIR:PATH=/opt/ros/humble/share/rosidl_generator_py/cmake
  309. //The directory containing a CMake configuration file for rosidl_runtime_c.
  310. rosidl_runtime_c_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_c/cmake
  311. //The directory containing a CMake configuration file for rosidl_runtime_cpp.
  312. rosidl_runtime_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_cpp/cmake
  313. //The directory containing a CMake configuration file for rosidl_typesupport_c.
  314. rosidl_typesupport_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_c/cmake
  315. //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
  316. rosidl_typesupport_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_cpp/cmake
  317. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
  318. rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake
  319. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
  320. rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake
  321. //The directory containing a CMake configuration file for rosidl_typesupport_interface.
  322. rosidl_typesupport_interface_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_interface/cmake
  323. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
  324. rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake
  325. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
  326. rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake
  327. //The directory containing a CMake configuration file for sensor_msgs.
  328. sensor_msgs_DIR:PATH=/opt/ros/humble/share/sensor_msgs/cmake
  329. //The directory containing a CMake configuration file for std_msgs.
  330. std_msgs_DIR:PATH=/opt/ros/humble/share/std_msgs/cmake
  331. //The directory containing a CMake configuration file for unique_identifier_msgs.
  332. unique_identifier_msgs_DIR:PATH=/opt/ros/humble/share/unique_identifier_msgs/cmake
  333. ########################
  334. # INTERNAL cache entries
  335. ########################
  336. //ADVANCED property for variable: CMAKE_ADDR2LINE
  337. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  338. //ADVANCED property for variable: CMAKE_AR
  339. CMAKE_AR-ADVANCED:INTERNAL=1
  340. //This is the directory where this CMakeCache.txt was created
  341. CMAKE_CACHEFILE_DIR:INTERNAL=/home/ubuntu/eyes/build/realsense2_camera_msgs
  342. //Major version of cmake used to create the current loaded cache
  343. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  344. //Minor version of cmake used to create the current loaded cache
  345. CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
  346. //Patch version of cmake used to create the current loaded cache
  347. CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
  348. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  349. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  350. //Path to CMake executable.
  351. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  352. //Path to cpack program executable.
  353. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  354. //Path to ctest program executable.
  355. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  356. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  357. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  358. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  359. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  360. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  361. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  362. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  363. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  364. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  365. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  366. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  367. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  368. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  369. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  370. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  371. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  372. //ADVANCED property for variable: CMAKE_C_COMPILER
  373. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  374. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  375. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  376. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  377. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  378. //ADVANCED property for variable: CMAKE_C_FLAGS
  379. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  380. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  381. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  382. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  383. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  384. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  385. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  386. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  387. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  388. //ADVANCED property for variable: CMAKE_DLLTOOL
  389. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  390. //Path to cache edit program executable.
  391. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/cmake-gui
  392. //Executable file format
  393. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  394. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  395. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  396. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  397. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  398. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  399. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  400. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  401. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  402. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  403. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  404. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  405. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  406. //Name of external makefile project generator.
  407. CMAKE_EXTRA_GENERATOR:INTERNAL=
  408. //Name of generator.
  409. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  410. //Generator instance identifier.
  411. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  412. //Name of generator platform.
  413. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  414. //Name of generator toolset.
  415. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  416. //Source directory with the top level CMakeLists.txt file for this
  417. // project
  418. CMAKE_HOME_DIRECTORY:INTERNAL=/home/ubuntu/eyes/realsense-ros/realsense2_camera_msgs
  419. //Install .so files without execute permission.
  420. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  421. //ADVANCED property for variable: CMAKE_LINKER
  422. CMAKE_LINKER-ADVANCED:INTERNAL=1
  423. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  424. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  425. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  426. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  427. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  428. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  429. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  430. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  431. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  432. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  433. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  434. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  435. //ADVANCED property for variable: CMAKE_NM
  436. CMAKE_NM-ADVANCED:INTERNAL=1
  437. //number of local generators
  438. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
  439. //ADVANCED property for variable: CMAKE_OBJCOPY
  440. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  441. //ADVANCED property for variable: CMAKE_OBJDUMP
  442. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  443. //Platform information initialized
  444. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  445. //ADVANCED property for variable: CMAKE_RANLIB
  446. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  447. //ADVANCED property for variable: CMAKE_READELF
  448. CMAKE_READELF-ADVANCED:INTERNAL=1
  449. //Path to CMake installation.
  450. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
  451. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  452. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  453. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  454. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  455. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  456. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  457. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  458. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  459. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  460. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  461. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  462. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  463. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  464. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  465. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  466. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  467. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  468. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  469. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  470. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  471. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  472. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  473. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  474. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  475. //ADVANCED property for variable: CMAKE_STRIP
  476. CMAKE_STRIP-ADVANCED:INTERNAL=1
  477. //uname command
  478. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  479. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  480. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  481. //Details about finding Python3
  482. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3][cfound components: Interpreter ][v3.10.12()]
  483. //Details about finding PythonExtra
  484. FIND_PACKAGE_MESSAGE_DETAILS_PythonExtra:INTERNAL=[.so][/usr/include/python3.10][/usr/lib/aarch64-linux-gnu/libpython3.10.so][cpython-310-aarch64-linux-gnu][.cpython-310-aarch64-linux-gnu][v()]
  485. //Details about finding PythonInterp
  486. FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python3][v3.10.12(3.6)]
  487. //Details about finding PythonLibs
  488. FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/usr/lib/aarch64-linux-gnu/libpython3.10.so][/usr/include/python3.10][v3.10.12(3.5)]
  489. //ADVANCED property for variable: PYTHON_EXECUTABLE
  490. PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
  491. //ADVANCED property for variable: PYTHON_INCLUDE_DIR
  492. PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1
  493. //The directory for Python library installation. This needs to
  494. // be in PYTHONPATH when 'setup.py install' is called.
  495. PYTHON_INSTALL_DIR:INTERNAL=local/lib/python3.10/dist-packages
  496. //ADVANCED property for variable: PYTHON_LIBRARY
  497. PYTHON_LIBRARY-ADVANCED:INTERNAL=1
  498. //ADVANCED property for variable: PYTHON_LIBRARY_DEBUG
  499. PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  500. //The SOABI suffix for Python native extensions. See PEP-3149:
  501. // https://www.python.org/dev/peps/pep-3149/.
  502. PYTHON_SOABI:INTERNAL=cpython-310-aarch64-linux-gnu
  503. //The full suffix for Python native extensions. See PEP-3149: https://www.python.org/dev/peps/pep-3149/.
  504. PythonExtra_EXTENSION_SUFFIX:INTERNAL=.cpython-310-aarch64-linux-gnu
  505. _Python3_EXECUTABLE:INTERNAL=/usr/bin/python3
  506. //Python3 Properties
  507. _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;10;12;64;;cpython-310-aarch64-linux-gnu;/usr/lib/python3.10;/usr/lib/python3.10;/usr/lib/python3/dist-packages;/usr/lib/python3/dist-packages
  508. _Python3_INTERPRETER_SIGNATURE:INTERNAL=0f3e53742e142b1d9e50e4ca5b901dd8