CMakeCache.txt 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/ymzz/YMbot_ROS2/build/orbbec_camera
  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/test_results
  29. //Build the testing tree.
  30. BUILD_TESTING:BOOL=ON
  31. //Path to a program.
  32. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
  33. //Path to a program.
  34. CMAKE_AR:FILEPATH=/usr/bin/ar
  35. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  36. // MinSizeRel ...
  37. CMAKE_BUILD_TYPE:STRING=
  38. //Enable/Disable color output during build.
  39. CMAKE_COLOR_MAKEFILE:BOOL=ON
  40. //CXX compiler
  41. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  42. //A wrapper around 'ar' adding the appropriate '--plugin' option
  43. // for the GCC compiler
  44. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13
  45. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  46. // for the GCC compiler
  47. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13
  48. //Flags used by the CXX compiler during all build types.
  49. CMAKE_CXX_FLAGS:STRING=
  50. //Flags used by the CXX compiler during DEBUG builds.
  51. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  52. //Flags used by the CXX compiler during MINSIZEREL builds.
  53. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  54. //Flags used by the CXX compiler during RELEASE builds.
  55. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  56. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  57. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  58. //C compiler
  59. CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
  60. //A wrapper around 'ar' adding the appropriate '--plugin' option
  61. // for the GCC compiler
  62. CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13
  63. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  64. // for the GCC compiler
  65. CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13
  66. //Flags used by the C compiler during all build types.
  67. CMAKE_C_FLAGS:STRING=
  68. //Flags used by the C compiler during DEBUG builds.
  69. CMAKE_C_FLAGS_DEBUG:STRING=-g
  70. //Flags used by the C compiler during MINSIZEREL builds.
  71. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  72. //Flags used by the C compiler during RELEASE builds.
  73. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  74. //Flags used by the C compiler during RELWITHDEBINFO builds.
  75. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  76. //Path to a program.
  77. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
  78. //Flags used by the linker during all build types.
  79. CMAKE_EXE_LINKER_FLAGS:STRING=
  80. //Flags used by the linker during DEBUG builds.
  81. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  82. //Flags used by the linker during MINSIZEREL builds.
  83. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  84. //Flags used by the linker during RELEASE builds.
  85. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  86. //Flags used by the linker during RELWITHDEBINFO builds.
  87. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  88. //Enable/Disable output of compile commands during generation.
  89. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
  90. //Value Computed by CMake.
  91. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/ymzz/YMbot_ROS2/build/orbbec_camera/CMakeFiles/pkgRedirects
  92. //Install path prefix, prepended onto install directories.
  93. CMAKE_INSTALL_PREFIX:PATH=/home/ymzz/YMbot_ROS2/install/orbbec_camera
  94. //Path to a program.
  95. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  96. //Path to a program.
  97. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
  98. //Flags used by the linker during the creation of modules during
  99. // all build types.
  100. CMAKE_MODULE_LINKER_FLAGS:STRING=
  101. //Flags used by the linker during the creation of modules during
  102. // DEBUG builds.
  103. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  104. //Flags used by the linker during the creation of modules during
  105. // MINSIZEREL builds.
  106. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  107. //Flags used by the linker during the creation of modules during
  108. // RELEASE builds.
  109. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  110. //Flags used by the linker during the creation of modules during
  111. // RELWITHDEBINFO builds.
  112. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  113. //Path to a program.
  114. CMAKE_NM:FILEPATH=/usr/bin/nm
  115. //Path to a program.
  116. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  117. //Path to a program.
  118. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  119. //Value Computed by CMake
  120. CMAKE_PROJECT_DESCRIPTION:STATIC=
  121. //Value Computed by CMake
  122. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  123. //Value Computed by CMake
  124. CMAKE_PROJECT_NAME:STATIC=orbbec_camera
  125. //Path to a program.
  126. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  127. //Path to a program.
  128. CMAKE_READELF:FILEPATH=/usr/bin/readelf
  129. //Flags used by the linker during the creation of shared libraries
  130. // during all build types.
  131. CMAKE_SHARED_LINKER_FLAGS:STRING=
  132. //Flags used by the linker during the creation of shared libraries
  133. // during DEBUG builds.
  134. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  135. //Flags used by the linker during the creation of shared libraries
  136. // during MINSIZEREL builds.
  137. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  138. //Flags used by the linker during the creation of shared libraries
  139. // during RELEASE builds.
  140. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  141. //Flags used by the linker during the creation of shared libraries
  142. // during RELWITHDEBINFO builds.
  143. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  144. //If set, runtime paths are not added when installing shared libraries,
  145. // but are added when building.
  146. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  147. //If set, runtime paths are not added when using shared libraries.
  148. CMAKE_SKIP_RPATH:BOOL=NO
  149. //Flags used by the linker during the creation of static libraries
  150. // during all build types.
  151. CMAKE_STATIC_LINKER_FLAGS:STRING=
  152. //Flags used by the linker during the creation of static libraries
  153. // during DEBUG builds.
  154. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  155. //Flags used by the linker during the creation of static libraries
  156. // during MINSIZEREL builds.
  157. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  158. //Flags used by the linker during the creation of static libraries
  159. // during RELEASE builds.
  160. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  161. //Flags used by the linker during the creation of static libraries
  162. // during RELWITHDEBINFO builds.
  163. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  164. //Path to a program.
  165. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  166. //Path to a program.
  167. CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
  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. //The directory containing a CMake configuration file for Eigen3.
  174. Eigen3_DIR:PATH=/usr/share/eigen3/cmake
  175. //Path to a library.
  176. FastCDR_LIBRARY_DEBUG:FILEPATH=FastCDR_LIBRARY_DEBUG-NOTFOUND
  177. //Path to a library.
  178. FastCDR_LIBRARY_RELEASE:FILEPATH=/opt/ros/jazzy/lib/libfastcdr.so
  179. //Path to a file.
  180. FastRTPS_INCLUDE_DIR:PATH=/opt/ros/jazzy/include
  181. //Path to a library.
  182. FastRTPS_LIBRARY_DEBUG:FILEPATH=FastRTPS_LIBRARY_DEBUG-NOTFOUND
  183. //Path to a library.
  184. FastRTPS_LIBRARY_RELEASE:FILEPATH=/opt/ros/jazzy/lib/libfastrtps.so
  185. //Path to a library.
  186. OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
  187. //Path to a file.
  188. OPENSSL_INCLUDE_DIR:PATH=/usr/include
  189. //Path to a library.
  190. OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
  191. //The directory containing a CMake configuration file for OpenCV.
  192. OpenCV_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/opencv4
  193. //Arguments to supply to pkg-config
  194. PKG_CONFIG_ARGN:STRING=
  195. //pkg-config executable
  196. PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
  197. //Name of the computer/site where compile is being run
  198. SITE:STRING=ymzz-Default-string
  199. //The directory containing a CMake configuration file for TinyXML2.
  200. TinyXML2_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/tinyxml2
  201. //Use Nvidia hardware decoder
  202. USE_NV_HW_DECODER:BOOL=OFF
  203. //Use Rockchip hardware decoder
  204. USE_RK_HW_DECODER:BOOL=OFF
  205. //Path to a library.
  206. _lib:FILEPATH=/opt/ros/jazzy/lib/libdiagnostic_msgs__rosidl_typesupport_fastrtps_cpp.so
  207. //The directory containing a CMake configuration file for action_msgs.
  208. action_msgs_DIR:PATH=/opt/ros/jazzy/share/action_msgs/cmake
  209. //The directory containing a CMake configuration file for ament_cmake.
  210. ament_cmake_DIR:PATH=/opt/ros/jazzy/share/ament_cmake/cmake
  211. //The directory containing a CMake configuration file for ament_cmake_core.
  212. ament_cmake_core_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_core/cmake
  213. //The directory containing a CMake configuration file for ament_cmake_export_definitions.
  214. ament_cmake_export_definitions_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_definitions/cmake
  215. //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
  216. ament_cmake_export_dependencies_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_dependencies/cmake
  217. //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
  218. ament_cmake_export_include_directories_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_include_directories/cmake
  219. //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
  220. ament_cmake_export_interfaces_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_interfaces/cmake
  221. //The directory containing a CMake configuration file for ament_cmake_export_libraries.
  222. ament_cmake_export_libraries_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_libraries/cmake
  223. //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
  224. ament_cmake_export_link_flags_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_link_flags/cmake
  225. //The directory containing a CMake configuration file for ament_cmake_export_targets.
  226. ament_cmake_export_targets_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_targets/cmake
  227. //The directory containing a CMake configuration file for ament_cmake_gen_version_h.
  228. ament_cmake_gen_version_h_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_gen_version_h/cmake
  229. //The directory containing a CMake configuration file for ament_cmake_include_directories.
  230. ament_cmake_include_directories_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_include_directories/cmake
  231. //The directory containing a CMake configuration file for ament_cmake_libraries.
  232. ament_cmake_libraries_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_libraries/cmake
  233. //The directory containing a CMake configuration file for ament_cmake_python.
  234. ament_cmake_python_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_python/cmake
  235. //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
  236. ament_cmake_target_dependencies_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_target_dependencies/cmake
  237. //The directory containing a CMake configuration file for ament_cmake_test.
  238. ament_cmake_test_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_test/cmake
  239. //The directory containing a CMake configuration file for ament_cmake_version.
  240. ament_cmake_version_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_version/cmake
  241. //The directory containing a CMake configuration file for ament_index_cpp.
  242. ament_index_cpp_DIR:PATH=/opt/ros/jazzy/share/ament_index_cpp/cmake
  243. //The directory containing a CMake configuration file for ament_lint_auto.
  244. ament_lint_auto_DIR:PATH=/opt/ros/jazzy/share/ament_lint_auto/cmake
  245. //The directory containing a CMake configuration file for backward_ros.
  246. backward_ros_DIR:PATH=/opt/ros/jazzy/share/backward_ros/cmake
  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 camera_calibration_parsers.
  250. camera_calibration_parsers_DIR:PATH=/opt/ros/jazzy/share/camera_calibration_parsers/cmake
  251. //The directory containing a CMake configuration file for camera_info_manager.
  252. camera_info_manager_DIR:PATH=/opt/ros/jazzy/share/camera_info_manager/cmake
  253. //The directory containing a CMake configuration file for class_loader.
  254. class_loader_DIR:PATH=/opt/ros/jazzy/share/class_loader/cmake
  255. //The directory containing a CMake configuration file for composition_interfaces.
  256. composition_interfaces_DIR:PATH=/opt/ros/jazzy/share/composition_interfaces/cmake
  257. //The directory containing a CMake configuration file for console_bridge.
  258. console_bridge_DIR:PATH=/usr/lib/x86_64-linux-gnu/console_bridge/cmake
  259. //The directory containing a CMake configuration file for cv_bridge.
  260. cv_bridge_DIR:PATH=/opt/ros/jazzy/share/cv_bridge/cmake
  261. //The directory containing a CMake configuration file for diagnostic_msgs.
  262. diagnostic_msgs_DIR:PATH=/opt/ros/jazzy/share/diagnostic_msgs/cmake
  263. //The directory containing a CMake configuration file for diagnostic_updater.
  264. diagnostic_updater_DIR:PATH=/opt/ros/jazzy/share/diagnostic_updater/cmake
  265. //The directory containing a CMake configuration file for fastcdr.
  266. fastcdr_DIR:PATH=/opt/ros/jazzy/lib/cmake/fastcdr
  267. //The directory containing a CMake configuration file for fastrtps.
  268. fastrtps_DIR:PATH=/opt/ros/jazzy/share/fastrtps/cmake
  269. //The directory containing a CMake configuration file for fastrtps_cmake_module.
  270. fastrtps_cmake_module_DIR:PATH=/opt/ros/jazzy/share/fastrtps_cmake_module/cmake
  271. //The directory containing a CMake configuration file for foonathan_memory.
  272. foonathan_memory_DIR:PATH=/opt/ros/jazzy/lib/foonathan_memory/cmake
  273. //Dependencies for the target
  274. frame_latency_LIB_DEPENDS:STATIC=general;opencv_calib3d;general;opencv_core;general;opencv_dnn;general;opencv_features2d;general;opencv_flann;general;opencv_highgui;general;opencv_imgcodecs;general;opencv_imgproc;general;opencv_ml;general;opencv_objdetect;general;opencv_photo;general;opencv_stitching;general;opencv_video;general;opencv_videoio;general;opencv_alphamat;general;opencv_aruco;general;opencv_barcode;general;opencv_bgsegm;general;opencv_bioinspired;general;opencv_ccalib;general;opencv_cvv;general;opencv_datasets;general;opencv_dnn_objdetect;general;opencv_dnn_superres;general;opencv_dpm;general;opencv_face;general;opencv_freetype;general;opencv_fuzzy;general;opencv_hdf;general;opencv_hfs;general;opencv_img_hash;general;opencv_intensity_transform;general;opencv_line_descriptor;general;opencv_mcc;general;opencv_optflow;general;opencv_phase_unwrapping;general;opencv_plot;general;opencv_quality;general;opencv_rapid;general;opencv_reg;general;opencv_rgbd;general;opencv_saliency;general;opencv_shape;general;opencv_stereo;general;opencv_structured_light;general;opencv_superres;general;opencv_surface_matching;general;opencv_text;general;opencv_tracking;general;opencv_videostab;general;opencv_viz;general;opencv_wechat_qrcode;general;opencv_ximgproc;general;opencv_xobjdetect;general;opencv_xphoto;general;opencv_calib3d;general;opencv_core;general;opencv_dnn;general;opencv_features2d;general;opencv_flann;general;opencv_highgui;general;opencv_imgcodecs;general;opencv_imgproc;general;opencv_ml;general;opencv_objdetect;general;opencv_photo;general;opencv_stitching;general;opencv_video;general;opencv_videoio;general;opencv_alphamat;general;opencv_aruco;general;opencv_barcode;general;opencv_bgsegm;general;opencv_bioinspired;general;opencv_ccalib;general;opencv_cvv;general;opencv_datasets;general;opencv_dnn_objdetect;general;opencv_dnn_superres;general;opencv_dpm;general;opencv_face;general;opencv_freetype;general;opencv_fuzzy;general;opencv_hdf;general;opencv_hfs;general;opencv_img_hash;general;opencv_intensity_transform;general;opencv_line_descriptor;general;opencv_mcc;general;opencv_optflow;general;opencv_phase_unwrapping;general;opencv_plot;general;opencv_quality;general;opencv_rapid;general;opencv_reg;general;opencv_rgbd;general;opencv_saliency;general;opencv_shape;general;opencv_stereo;general;opencv_structured_light;general;opencv_superres;general;opencv_surface_matching;general;opencv_text;general;opencv_tracking;general;opencv_videostab;general;opencv_viz;general;opencv_wechat_qrcode;general;opencv_ximgproc;general;opencv_xobjdetect;general;opencv_xphoto;general;-lOrbbecSDK;general;-L/home/ymzz/YMbot_ROS2/src/OrbbecSDK_ROS2/orbbec_camera/SDK/lib/x64;general;-lrt;general;-ldw;general;ament_index_cpp::ament_index_cpp;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;cv_bridge::cv_bridge;general;camera_info_manager::camera_info_manager;general;image_transport::image_transport;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_generator_c;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_fastrtps_c;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_introspection_c;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_c;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_fastrtps_cpp;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_introspection_cpp;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_cpp;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_generator_py;general;rclcpp::rclcpp;general;rclcpp_components::component_manager;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;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_srvs::std_srvs__rosidl_generator_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_c;general;std_srvs::std_srvs__rosidl_typesupport_introspection_c;general;std_srvs::std_srvs__rosidl_typesupport_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_cpp;general;std_srvs::std_srvs__rosidl_typesupport_introspection_cpp;general;std_srvs::std_srvs__rosidl_typesupport_cpp;general;std_srvs::std_srvs__rosidl_generator_py;general;tf2::tf2;general;tf2_msgs::tf2_msgs__rosidl_generator_c;general;tf2_msgs::tf2_msgs__rosidl_typesupport_fastrtps_c;general;tf2_msgs::tf2_msgs__rosidl_typesupport_introspection_c;general;tf2_msgs::tf2_msgs__rosidl_typesupport_c;general;tf2_msgs::tf2_msgs__rosidl_typesupport_fastrtps_cpp;general;tf2_msgs::tf2_msgs__rosidl_typesupport_introspection_cpp;general;tf2_msgs::tf2_msgs__rosidl_typesupport_cpp;general;tf2_msgs::tf2_msgs__rosidl_generator_py;general;tf2_ros::tf2_ros;general;tf2_ros::static_transform_broadcaster_node;general;diagnostic_updater::diagnostic_updater;general;diagnostic_msgs::diagnostic_msgs__rosidl_generator_c;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_fastrtps_c;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_introspection_c;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_c;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_fastrtps_cpp;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_introspection_cpp;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_cpp;general;diagnostic_msgs::diagnostic_msgs__rosidl_generator_py;general;statistics_msgs::statistics_msgs__rosidl_generator_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_fastrtps_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_fastrtps_cpp;general;statistics_msgs::statistics_msgs__rosidl_typesupport_introspection_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_introspection_cpp;general;statistics_msgs::statistics_msgs__rosidl_typesupport_cpp;general;statistics_msgs::statistics_msgs__rosidl_generator_py;general;/opt/ros/jazzy/lib/libcamera_info_manager.so;general;rclcpp_lifecycle::rclcpp_lifecycle;general;/opt/ros/jazzy/lib/libcv_bridge.so;general;/opt/ros/jazzy/lib/x86_64-linux-gnu/libimage_transport.so;general;message_filters::message_filters;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;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_generator_c.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_c.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_cpp.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_generator_py.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_generator_c.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_fastrtps_c.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_fastrtps_cpp.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_introspection_c.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_c.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_introspection_cpp.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_cpp.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_generator_py.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_fastrtps_c.so;general;/opt/ros/jazzy/lib/librmw.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_fastrtps_cpp.so;general;rosidl_typesupport_c::rosidl_typesupport_c;general;/opt/ros/jazzy/lib/librcutils.so;general;dl;general;/opt/ros/jazzy/lib/librcpputils.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_c.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_cpp.so;general;/opt/ros/jazzy/lib/librosidl_runtime_c.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_introspection_c.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_introspection_cpp.so;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_generator_c.so;general;service_msgs::service_msgs__rosidl_generator_c;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_fastrtps_c.so;general;rosidl_typesupport_fastrtps_c::rosidl_typesupport_fastrtps_c;general;service_msgs::service_msgs__rosidl_typesupport_fastrtps_c;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_introspection_c.so;general;rosidl_typesupport_introspection_c::rosidl_typesupport_introspection_c;general;service_msgs::service_msgs__rosidl_typesupport_introspection_c;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_c.so;general;service_msgs::service_msgs__rosidl_typesupport_c;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_fastrtps_cpp.so;general;fastcdr;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;service_msgs::service_msgs__rosidl_typesupport_fastrtps_cpp;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_introspection_cpp.so;general;rosidl_typesupport_introspection_cpp::rosidl_typesupport_introspection_cpp;general;service_msgs::service_msgs__rosidl_typesupport_introspection_cpp;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_cpp.so;general;service_msgs::service_msgs__rosidl_typesupport_cpp;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_generator_py.so;general;/opt/ros/jazzy/lib/librclcpp.so;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;libstatistics_collector::libstatistics_collector;general;rcl::rcl;general;rcl_interfaces::rcl_interfaces__rosidl_generator_c;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_fastrtps_c;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_introspection_c;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_c;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_fastrtps_cpp;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_introspection_cpp;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_cpp;general;rcl_interfaces::rcl_interfaces__rosidl_generator_py;general;rcl_yaml_param_parser::rcl_yaml_param_parser;general;rcpputils::rcpputils;general;rcutils::rcutils;general;rmw::rmw;general;rosgraph_msgs::rosgraph_msgs__rosidl_generator_c;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_fastrtps_c;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_fastrtps_cpp;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_introspection_c;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_c;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_introspection_cpp;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_cpp;general;rosgraph_msgs::rosgraph_msgs__rosidl_generator_py;general;rosidl_dynamic_typesupport::rosidl_dynamic_typesupport;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_cpp::rosidl_typesupport_cpp;general;statistics_msgs::statistics_msgs__rosidl_generator_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_fastrtps_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_fastrtps_cpp;general;statistics_msgs::statistics_msgs__rosidl_typesupport_introspection_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_introspection_cpp;general;statistics_msgs::statistics_msgs__rosidl_typesupport_cpp;general;statistics_msgs::statistics_msgs__rosidl_generator_py;general;tracetools::tracetools;general;class_loader::class_loader;general;/opt/ros/jazzy/lib/libcomponent_manager.so;general;composition_interfaces::composition_interfaces__rosidl_generator_c;general;composition_interfaces::composition_interfaces__rosidl_typesupport_fastrtps_c;general;composition_interfaces::composition_interfaces__rosidl_typesupport_introspection_c;general;composition_interfaces::composition_interfaces__rosidl_typesupport_c;general;composition_interfaces::composition_interfaces__rosidl_typesupport_fastrtps_cpp;general;composition_interfaces::composition_interfaces__rosidl_typesupport_introspection_cpp;general;composition_interfaces::composition_interfaces__rosidl_typesupport_cpp;general;composition_interfaces::composition_interfaces__rosidl_generator_py;general;rclcpp::rclcpp;general;/opt/ros/jazzy/lib/libimage_publisher.so;general;opencv_calib3d;general;opencv_core;general;opencv_dnn;general;opencv_features2d;general;opencv_flann;general;opencv_highgui;general;opencv_imgcodecs;general;opencv_imgproc;general;opencv_ml;general;opencv_objdetect;general;opencv_photo;general;opencv_stitching;general;opencv_video;general;opencv_videoio;general;opencv_alphamat;general;opencv_aruco;general;opencv_barcode;general;opencv_bgsegm;general;opencv_bioinspired;general;opencv_ccalib;general;opencv_cvv;general;opencv_datasets;general;opencv_dnn_objdetect;general;opencv_dnn_superres;general;opencv_dpm;general;opencv_face;general;opencv_freetype;general;opencv_fuzzy;general;opencv_hdf;general;opencv_hfs;general;opencv_img_hash;general;opencv_intensity_transform;general;opencv_line_descriptor;general;opencv_mcc;general;opencv_optflow;general;opencv_phase_unwrapping;general;opencv_plot;general;opencv_quality;general;opencv_rapid;general;opencv_reg;general;opencv_rgbd;general;opencv_saliency;general;opencv_shape;general;opencv_stereo;general;opencv_structured_light;general;opencv_superres;general;opencv_surface_matching;general;opencv_text;general;opencv_tracking;general;opencv_videostab;general;opencv_viz;general;opencv_wechat_qrcode;general;opencv_ximgproc;general;opencv_xobjdetect;general;opencv_xphoto;general;/opt/ros/jazzy/lib/libbackward.so;
  275. //The directory containing a CMake configuration file for geometry_msgs.
  276. geometry_msgs_DIR:PATH=/opt/ros/jazzy/share/geometry_msgs/cmake
  277. //The directory containing a CMake configuration file for image_publisher.
  278. image_publisher_DIR:PATH=/opt/ros/jazzy/share/image_publisher/cmake
  279. //The directory containing a CMake configuration file for image_transport.
  280. image_transport_DIR:PATH=/opt/ros/jazzy/share/image_transport/cmake
  281. //The directory containing a CMake configuration file for libstatistics_collector.
  282. libstatistics_collector_DIR:PATH=/opt/ros/jazzy/share/libstatistics_collector/cmake
  283. //The directory containing a CMake configuration file for lifecycle_msgs.
  284. lifecycle_msgs_DIR:PATH=/opt/ros/jazzy/share/lifecycle_msgs/cmake
  285. //The directory containing a CMake configuration file for message_filters.
  286. message_filters_DIR:PATH=/opt/ros/jazzy/share/message_filters/cmake
  287. //Value Computed by CMake
  288. orbbec_camera_BINARY_DIR:STATIC=/home/ymzz/YMbot_ROS2/build/orbbec_camera
  289. //Value Computed by CMake
  290. orbbec_camera_IS_TOP_LEVEL:STATIC=ON
  291. //Dependencies for the target
  292. orbbec_camera_LIB_DEPENDS:STATIC=general;ament_index_cpp::ament_index_cpp;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;cv_bridge::cv_bridge;general;camera_info_manager::camera_info_manager;general;image_transport::image_transport;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_generator_c;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_fastrtps_c;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_introspection_c;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_c;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_fastrtps_cpp;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_introspection_cpp;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_typesupport_cpp;general;orbbec_camera_msgs::orbbec_camera_msgs__rosidl_generator_py;general;rclcpp::rclcpp;general;rclcpp_components::component_manager;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;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_srvs::std_srvs__rosidl_generator_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_c;general;std_srvs::std_srvs__rosidl_typesupport_introspection_c;general;std_srvs::std_srvs__rosidl_typesupport_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_cpp;general;std_srvs::std_srvs__rosidl_typesupport_introspection_cpp;general;std_srvs::std_srvs__rosidl_typesupport_cpp;general;std_srvs::std_srvs__rosidl_generator_py;general;tf2::tf2;general;tf2_msgs::tf2_msgs__rosidl_generator_c;general;tf2_msgs::tf2_msgs__rosidl_typesupport_fastrtps_c;general;tf2_msgs::tf2_msgs__rosidl_typesupport_introspection_c;general;tf2_msgs::tf2_msgs__rosidl_typesupport_c;general;tf2_msgs::tf2_msgs__rosidl_typesupport_fastrtps_cpp;general;tf2_msgs::tf2_msgs__rosidl_typesupport_introspection_cpp;general;tf2_msgs::tf2_msgs__rosidl_typesupport_cpp;general;tf2_msgs::tf2_msgs__rosidl_generator_py;general;tf2_ros::tf2_ros;general;tf2_ros::static_transform_broadcaster_node;general;diagnostic_updater::diagnostic_updater;general;diagnostic_msgs::diagnostic_msgs__rosidl_generator_c;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_fastrtps_c;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_introspection_c;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_c;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_fastrtps_cpp;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_introspection_cpp;general;diagnostic_msgs::diagnostic_msgs__rosidl_typesupport_cpp;general;diagnostic_msgs::diagnostic_msgs__rosidl_generator_py;general;statistics_msgs::statistics_msgs__rosidl_generator_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_fastrtps_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_fastrtps_cpp;general;statistics_msgs::statistics_msgs__rosidl_typesupport_introspection_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_introspection_cpp;general;statistics_msgs::statistics_msgs__rosidl_typesupport_cpp;general;statistics_msgs::statistics_msgs__rosidl_generator_py;general;/opt/ros/jazzy/lib/libcamera_info_manager.so;general;rclcpp_lifecycle::rclcpp_lifecycle;general;/opt/ros/jazzy/lib/libcv_bridge.so;general;/opt/ros/jazzy/lib/x86_64-linux-gnu/libimage_transport.so;general;message_filters::message_filters;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;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_generator_c.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_c.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_typesupport_cpp.so;general;/opt/ros/jazzy/lib/librcl_interfaces__rosidl_generator_py.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_generator_c.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_fastrtps_c.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_fastrtps_cpp.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_introspection_c.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_c.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_introspection_cpp.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_typesupport_cpp.so;general;/opt/ros/jazzy/lib/libservice_msgs__rosidl_generator_py.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_fastrtps_c.so;general;/opt/ros/jazzy/lib/librmw.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_fastrtps_cpp.so;general;rosidl_typesupport_c::rosidl_typesupport_c;general;/opt/ros/jazzy/lib/librcutils.so;general;dl;general;/opt/ros/jazzy/lib/librcpputils.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_c.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_cpp.so;general;/opt/ros/jazzy/lib/librosidl_runtime_c.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_introspection_c.so;general;/opt/ros/jazzy/lib/librosidl_typesupport_introspection_cpp.so;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_generator_c.so;general;service_msgs::service_msgs__rosidl_generator_c;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_fastrtps_c.so;general;rosidl_typesupport_fastrtps_c::rosidl_typesupport_fastrtps_c;general;service_msgs::service_msgs__rosidl_typesupport_fastrtps_c;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_introspection_c.so;general;rosidl_typesupport_introspection_c::rosidl_typesupport_introspection_c;general;service_msgs::service_msgs__rosidl_typesupport_introspection_c;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_c.so;general;service_msgs::service_msgs__rosidl_typesupport_c;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_fastrtps_cpp.so;general;fastcdr;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;service_msgs::service_msgs__rosidl_typesupport_fastrtps_cpp;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_introspection_cpp.so;general;rosidl_typesupport_introspection_cpp::rosidl_typesupport_introspection_cpp;general;service_msgs::service_msgs__rosidl_typesupport_introspection_cpp;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_typesupport_cpp.so;general;service_msgs::service_msgs__rosidl_typesupport_cpp;general;/opt/ros/jazzy/lib/libcomposition_interfaces__rosidl_generator_py.so;general;/opt/ros/jazzy/lib/librclcpp.so;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;libstatistics_collector::libstatistics_collector;general;rcl::rcl;general;rcl_interfaces::rcl_interfaces__rosidl_generator_c;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_fastrtps_c;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_introspection_c;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_c;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_fastrtps_cpp;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_introspection_cpp;general;rcl_interfaces::rcl_interfaces__rosidl_typesupport_cpp;general;rcl_interfaces::rcl_interfaces__rosidl_generator_py;general;rcl_yaml_param_parser::rcl_yaml_param_parser;general;rcpputils::rcpputils;general;rcutils::rcutils;general;rmw::rmw;general;rosgraph_msgs::rosgraph_msgs__rosidl_generator_c;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_fastrtps_c;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_fastrtps_cpp;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_introspection_c;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_c;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_introspection_cpp;general;rosgraph_msgs::rosgraph_msgs__rosidl_typesupport_cpp;general;rosgraph_msgs::rosgraph_msgs__rosidl_generator_py;general;rosidl_dynamic_typesupport::rosidl_dynamic_typesupport;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_cpp::rosidl_typesupport_cpp;general;statistics_msgs::statistics_msgs__rosidl_generator_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_fastrtps_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_fastrtps_cpp;general;statistics_msgs::statistics_msgs__rosidl_typesupport_introspection_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_c;general;statistics_msgs::statistics_msgs__rosidl_typesupport_introspection_cpp;general;statistics_msgs::statistics_msgs__rosidl_typesupport_cpp;general;statistics_msgs::statistics_msgs__rosidl_generator_py;general;tracetools::tracetools;general;class_loader::class_loader;general;/opt/ros/jazzy/lib/libcomponent_manager.so;general;composition_interfaces::composition_interfaces__rosidl_generator_c;general;composition_interfaces::composition_interfaces__rosidl_typesupport_fastrtps_c;general;composition_interfaces::composition_interfaces__rosidl_typesupport_introspection_c;general;composition_interfaces::composition_interfaces__rosidl_typesupport_c;general;composition_interfaces::composition_interfaces__rosidl_typesupport_fastrtps_cpp;general;composition_interfaces::composition_interfaces__rosidl_typesupport_introspection_cpp;general;composition_interfaces::composition_interfaces__rosidl_typesupport_cpp;general;composition_interfaces::composition_interfaces__rosidl_generator_py;general;rclcpp::rclcpp;general;/opt/ros/jazzy/lib/libimage_publisher.so;general;opencv_calib3d;general;opencv_core;general;opencv_dnn;general;opencv_features2d;general;opencv_flann;general;opencv_highgui;general;opencv_imgcodecs;general;opencv_imgproc;general;opencv_ml;general;opencv_objdetect;general;opencv_photo;general;opencv_stitching;general;opencv_video;general;opencv_videoio;general;opencv_alphamat;general;opencv_aruco;general;opencv_barcode;general;opencv_bgsegm;general;opencv_bioinspired;general;opencv_ccalib;general;opencv_cvv;general;opencv_datasets;general;opencv_dnn_objdetect;general;opencv_dnn_superres;general;opencv_dpm;general;opencv_face;general;opencv_freetype;general;opencv_fuzzy;general;opencv_hdf;general;opencv_hfs;general;opencv_img_hash;general;opencv_intensity_transform;general;opencv_line_descriptor;general;opencv_mcc;general;opencv_optflow;general;opencv_phase_unwrapping;general;opencv_plot;general;opencv_quality;general;opencv_rapid;general;opencv_reg;general;opencv_rgbd;general;opencv_saliency;general;opencv_shape;general;opencv_stereo;general;opencv_structured_light;general;opencv_superres;general;opencv_surface_matching;general;opencv_text;general;opencv_tracking;general;opencv_videostab;general;opencv_viz;general;opencv_wechat_qrcode;general;opencv_ximgproc;general;opencv_xobjdetect;general;opencv_xphoto;general;/opt/ros/jazzy/lib/libbackward.so;general;opencv_calib3d;general;opencv_core;general;opencv_dnn;general;opencv_features2d;general;opencv_flann;general;opencv_highgui;general;opencv_imgcodecs;general;opencv_imgproc;general;opencv_ml;general;opencv_objdetect;general;opencv_photo;general;opencv_stitching;general;opencv_video;general;opencv_videoio;general;opencv_alphamat;general;opencv_aruco;general;opencv_barcode;general;opencv_bgsegm;general;opencv_bioinspired;general;opencv_ccalib;general;opencv_cvv;general;opencv_datasets;general;opencv_dnn_objdetect;general;opencv_dnn_superres;general;opencv_dpm;general;opencv_face;general;opencv_freetype;general;opencv_fuzzy;general;opencv_hdf;general;opencv_hfs;general;opencv_img_hash;general;opencv_intensity_transform;general;opencv_line_descriptor;general;opencv_mcc;general;opencv_optflow;general;opencv_phase_unwrapping;general;opencv_plot;general;opencv_quality;general;opencv_rapid;general;opencv_reg;general;opencv_rgbd;general;opencv_saliency;general;opencv_shape;general;opencv_stereo;general;opencv_structured_light;general;opencv_superres;general;opencv_surface_matching;general;opencv_text;general;opencv_tracking;general;opencv_videostab;general;opencv_viz;general;opencv_wechat_qrcode;general;opencv_ximgproc;general;opencv_xobjdetect;general;opencv_xphoto;general;opencv_calib3d;general;opencv_core;general;opencv_dnn;general;opencv_features2d;general;opencv_flann;general;opencv_highgui;general;opencv_imgcodecs;general;opencv_imgproc;general;opencv_ml;general;opencv_objdetect;general;opencv_photo;general;opencv_stitching;general;opencv_video;general;opencv_videoio;general;opencv_alphamat;general;opencv_aruco;general;opencv_barcode;general;opencv_bgsegm;general;opencv_bioinspired;general;opencv_ccalib;general;opencv_cvv;general;opencv_datasets;general;opencv_dnn_objdetect;general;opencv_dnn_superres;general;opencv_dpm;general;opencv_face;general;opencv_freetype;general;opencv_fuzzy;general;opencv_hdf;general;opencv_hfs;general;opencv_img_hash;general;opencv_intensity_transform;general;opencv_line_descriptor;general;opencv_mcc;general;opencv_optflow;general;opencv_phase_unwrapping;general;opencv_plot;general;opencv_quality;general;opencv_rapid;general;opencv_reg;general;opencv_rgbd;general;opencv_saliency;general;opencv_shape;general;opencv_stereo;general;opencv_structured_light;general;opencv_superres;general;opencv_surface_matching;general;opencv_text;general;opencv_tracking;general;opencv_videostab;general;opencv_viz;general;opencv_wechat_qrcode;general;opencv_ximgproc;general;opencv_xobjdetect;general;opencv_xphoto;general;-lOrbbecSDK;general;-L/home/ymzz/YMbot_ROS2/src/OrbbecSDK_ROS2/orbbec_camera/SDK/lib/x64;general;-lrt;general;-ldw;
  293. //Value Computed by CMake
  294. orbbec_camera_SOURCE_DIR:STATIC=/home/ymzz/YMbot_ROS2/src/OrbbecSDK_ROS2/orbbec_camera
  295. //The directory containing a CMake configuration file for orbbec_camera_msgs.
  296. orbbec_camera_msgs_DIR:PATH=/home/ymzz/YMbot_ROS2/install/orbbec_camera_msgs/share/orbbec_camera_msgs/cmake
  297. //Path to a library.
  298. pkgcfg_lib__OPENSSL_crypto:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
  299. //Path to a library.
  300. pkgcfg_lib__OPENSSL_ssl:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
  301. //The directory containing a CMake configuration file for pluginlib.
  302. pluginlib_DIR:PATH=/opt/ros/jazzy/share/pluginlib/cmake
  303. //The directory containing a CMake configuration file for rcl.
  304. rcl_DIR:PATH=/opt/ros/jazzy/share/rcl/cmake
  305. //The directory containing a CMake configuration file for rcl_action.
  306. rcl_action_DIR:PATH=/opt/ros/jazzy/share/rcl_action/cmake
  307. //The directory containing a CMake configuration file for rcl_interfaces.
  308. rcl_interfaces_DIR:PATH=/opt/ros/jazzy/share/rcl_interfaces/cmake
  309. //The directory containing a CMake configuration file for rcl_lifecycle.
  310. rcl_lifecycle_DIR:PATH=/opt/ros/jazzy/share/rcl_lifecycle/cmake
  311. //The directory containing a CMake configuration file for rcl_logging_interface.
  312. rcl_logging_interface_DIR:PATH=/opt/ros/jazzy/share/rcl_logging_interface/cmake
  313. //The directory containing a CMake configuration file for rcl_yaml_param_parser.
  314. rcl_yaml_param_parser_DIR:PATH=/opt/ros/jazzy/share/rcl_yaml_param_parser/cmake
  315. //The directory containing a CMake configuration file for rclcpp.
  316. rclcpp_DIR:PATH=/opt/ros/jazzy/share/rclcpp/cmake
  317. //The directory containing a CMake configuration file for rclcpp_action.
  318. rclcpp_action_DIR:PATH=/opt/ros/jazzy/share/rclcpp_action/cmake
  319. //The directory containing a CMake configuration file for rclcpp_components.
  320. rclcpp_components_DIR:PATH=/opt/ros/jazzy/share/rclcpp_components/cmake
  321. //The directory containing a CMake configuration file for rclcpp_lifecycle.
  322. rclcpp_lifecycle_DIR:PATH=/opt/ros/jazzy/share/rclcpp_lifecycle/cmake
  323. //The directory containing a CMake configuration file for rclpy.
  324. rclpy_DIR:PATH=/opt/ros/jazzy/share/rclpy/cmake
  325. //The directory containing a CMake configuration file for rcpputils.
  326. rcpputils_DIR:PATH=/opt/ros/jazzy/share/rcpputils/cmake
  327. //The directory containing a CMake configuration file for rcutils.
  328. rcutils_DIR:PATH=/opt/ros/jazzy/share/rcutils/cmake
  329. //The directory containing a CMake configuration file for rmw.
  330. rmw_DIR:PATH=/opt/ros/jazzy/share/rmw/cmake
  331. //The directory containing a CMake configuration file for rmw_dds_common.
  332. rmw_dds_common_DIR:PATH=/opt/ros/jazzy/share/rmw_dds_common/cmake
  333. //The directory containing a CMake configuration file for rmw_fastrtps_cpp.
  334. rmw_fastrtps_cpp_DIR:PATH=/opt/ros/jazzy/share/rmw_fastrtps_cpp/cmake
  335. //The directory containing a CMake configuration file for rmw_fastrtps_shared_cpp.
  336. rmw_fastrtps_shared_cpp_DIR:PATH=/opt/ros/jazzy/share/rmw_fastrtps_shared_cpp/cmake
  337. //The directory containing a CMake configuration file for rmw_implementation.
  338. rmw_implementation_DIR:PATH=/opt/ros/jazzy/share/rmw_implementation/cmake
  339. //The directory containing a CMake configuration file for rmw_implementation_cmake.
  340. rmw_implementation_cmake_DIR:PATH=/opt/ros/jazzy/share/rmw_implementation_cmake/cmake
  341. //The directory containing a CMake configuration file for rosgraph_msgs.
  342. rosgraph_msgs_DIR:PATH=/opt/ros/jazzy/share/rosgraph_msgs/cmake
  343. //The directory containing a CMake configuration file for rosidl_core_runtime.
  344. rosidl_core_runtime_DIR:PATH=/opt/ros/jazzy/share/rosidl_core_runtime/cmake
  345. //The directory containing a CMake configuration file for rosidl_default_runtime.
  346. rosidl_default_runtime_DIR:PATH=/opt/ros/jazzy/share/rosidl_default_runtime/cmake
  347. //The directory containing a CMake configuration file for rosidl_dynamic_typesupport.
  348. rosidl_dynamic_typesupport_DIR:PATH=/opt/ros/jazzy/share/rosidl_dynamic_typesupport/cmake
  349. //The directory containing a CMake configuration file for rosidl_generator_c.
  350. rosidl_generator_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_c/cmake
  351. //The directory containing a CMake configuration file for rosidl_generator_cpp.
  352. rosidl_generator_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_cpp/cmake
  353. //The directory containing a CMake configuration file for rosidl_generator_type_description.
  354. rosidl_generator_type_description_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_type_description/cmake
  355. //The directory containing a CMake configuration file for rosidl_runtime_c.
  356. rosidl_runtime_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_runtime_c/cmake
  357. //The directory containing a CMake configuration file for rosidl_runtime_cpp.
  358. rosidl_runtime_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_runtime_cpp/cmake
  359. //The directory containing a CMake configuration file for rosidl_typesupport_c.
  360. rosidl_typesupport_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_c/cmake
  361. //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
  362. rosidl_typesupport_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_cpp/cmake
  363. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
  364. rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_fastrtps_c/cmake
  365. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
  366. rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_fastrtps_cpp/cmake
  367. //The directory containing a CMake configuration file for rosidl_typesupport_interface.
  368. rosidl_typesupport_interface_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_interface/cmake
  369. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
  370. rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_introspection_c/cmake
  371. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
  372. rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_introspection_cpp/cmake
  373. //The directory containing a CMake configuration file for sensor_msgs.
  374. sensor_msgs_DIR:PATH=/opt/ros/jazzy/share/sensor_msgs/cmake
  375. //The directory containing a CMake configuration file for service_msgs.
  376. service_msgs_DIR:PATH=/opt/ros/jazzy/share/service_msgs/cmake
  377. //The directory containing a CMake configuration file for statistics_msgs.
  378. statistics_msgs_DIR:PATH=/opt/ros/jazzy/share/statistics_msgs/cmake
  379. //The directory containing a CMake configuration file for std_msgs.
  380. std_msgs_DIR:PATH=/opt/ros/jazzy/share/std_msgs/cmake
  381. //The directory containing a CMake configuration file for std_srvs.
  382. std_srvs_DIR:PATH=/opt/ros/jazzy/share/std_srvs/cmake
  383. //The directory containing a CMake configuration file for tf2.
  384. tf2_DIR:PATH=/opt/ros/jazzy/share/tf2/cmake
  385. //The directory containing a CMake configuration file for tf2_eigen.
  386. tf2_eigen_DIR:PATH=/opt/ros/jazzy/share/tf2_eigen/cmake
  387. //The directory containing a CMake configuration file for tf2_msgs.
  388. tf2_msgs_DIR:PATH=/opt/ros/jazzy/share/tf2_msgs/cmake
  389. //The directory containing a CMake configuration file for tf2_ros.
  390. tf2_ros_DIR:PATH=/opt/ros/jazzy/share/tf2_ros/cmake
  391. //The directory containing a CMake configuration file for tf2_sensor_msgs.
  392. tf2_sensor_msgs_DIR:PATH=/opt/ros/jazzy/share/tf2_sensor_msgs/cmake
  393. //The directory containing a CMake configuration file for tinyxml2_vendor.
  394. tinyxml2_vendor_DIR:PATH=/opt/ros/jazzy/share/tinyxml2_vendor/cmake
  395. //The directory containing a CMake configuration file for tracetools.
  396. tracetools_DIR:PATH=/opt/ros/jazzy/share/tracetools/cmake
  397. //The directory containing a CMake configuration file for type_description_interfaces.
  398. type_description_interfaces_DIR:PATH=/opt/ros/jazzy/share/type_description_interfaces/cmake
  399. //The directory containing a CMake configuration file for unique_identifier_msgs.
  400. unique_identifier_msgs_DIR:PATH=/opt/ros/jazzy/share/unique_identifier_msgs/cmake
  401. //The directory containing a CMake configuration file for yaml_cpp_vendor.
  402. yaml_cpp_vendor_DIR:PATH=/opt/ros/jazzy/share/yaml_cpp_vendor/cmake
  403. ########################
  404. # INTERNAL cache entries
  405. ########################
  406. //ADVANCED property for variable: CMAKE_ADDR2LINE
  407. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  408. //ADVANCED property for variable: CMAKE_AR
  409. CMAKE_AR-ADVANCED:INTERNAL=1
  410. //This is the directory where this CMakeCache.txt was created
  411. CMAKE_CACHEFILE_DIR:INTERNAL=/home/ymzz/YMbot_ROS2/build/orbbec_camera
  412. //Major version of cmake used to create the current loaded cache
  413. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  414. //Minor version of cmake used to create the current loaded cache
  415. CMAKE_CACHE_MINOR_VERSION:INTERNAL=28
  416. //Patch version of cmake used to create the current loaded cache
  417. CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
  418. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  419. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  420. //Path to CMake executable.
  421. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  422. //Path to cpack program executable.
  423. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  424. //Path to ctest program executable.
  425. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  426. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  427. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  428. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  429. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  430. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  431. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  432. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  433. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  434. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  435. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  436. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  437. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  438. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  439. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  440. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  441. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  442. //ADVANCED property for variable: CMAKE_C_COMPILER
  443. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  444. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  445. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  446. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  447. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  448. //ADVANCED property for variable: CMAKE_C_FLAGS
  449. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  450. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  451. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  452. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  453. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  454. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  455. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  456. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  457. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  458. //ADVANCED property for variable: CMAKE_DLLTOOL
  459. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  460. //Path to cache edit program executable.
  461. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
  462. //Executable file format
  463. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  464. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  465. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  466. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  467. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  468. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  469. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  470. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  471. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  472. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  473. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  474. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  475. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  476. //Name of external makefile project generator.
  477. CMAKE_EXTRA_GENERATOR:INTERNAL=
  478. //Name of generator.
  479. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  480. //Generator instance identifier.
  481. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  482. //Name of generator platform.
  483. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  484. //Name of generator toolset.
  485. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  486. //Test CMAKE_HAVE_LIBC_PTHREAD
  487. CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
  488. //Source directory with the top level CMakeLists.txt file for this
  489. // project
  490. CMAKE_HOME_DIRECTORY:INTERNAL=/home/ymzz/YMbot_ROS2/src/OrbbecSDK_ROS2/orbbec_camera
  491. //Install .so files without execute permission.
  492. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  493. //ADVANCED property for variable: CMAKE_LINKER
  494. CMAKE_LINKER-ADVANCED:INTERNAL=1
  495. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  496. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  497. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  498. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  499. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  500. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  501. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  502. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  503. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  504. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  505. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  506. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  507. //ADVANCED property for variable: CMAKE_NM
  508. CMAKE_NM-ADVANCED:INTERNAL=1
  509. //number of local generators
  510. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
  511. //ADVANCED property for variable: CMAKE_OBJCOPY
  512. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  513. //ADVANCED property for variable: CMAKE_OBJDUMP
  514. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  515. //Platform information initialized
  516. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  517. //ADVANCED property for variable: CMAKE_RANLIB
  518. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  519. //ADVANCED property for variable: CMAKE_READELF
  520. CMAKE_READELF-ADVANCED:INTERNAL=1
  521. //Path to CMake installation.
  522. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.28
  523. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  524. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  525. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  526. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  527. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  528. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  529. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  530. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  531. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  532. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  533. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  534. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  535. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  536. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  537. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  538. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  539. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  540. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  541. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  542. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  543. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  544. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  545. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  546. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  547. //ADVANCED property for variable: CMAKE_STRIP
  548. CMAKE_STRIP-ADVANCED:INTERNAL=1
  549. //ADVANCED property for variable: CMAKE_TAPI
  550. CMAKE_TAPI-ADVANCED:INTERNAL=1
  551. //uname command
  552. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  553. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  554. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  555. //Details about finding FastRTPS
  556. FIND_PACKAGE_MESSAGE_DETAILS_FastRTPS:INTERNAL=[/opt/ros/jazzy/include][/opt/ros/jazzy/lib/libfastrtps.so;/opt/ros/jazzy/lib/libfastcdr.so][v(2.13)]
  557. //Details about finding OpenCV
  558. FIND_PACKAGE_MESSAGE_DETAILS_OpenCV:INTERNAL=[/usr][v4.6.0()]
  559. //Details about finding OpenSSL
  560. FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libcrypto.so][/usr/include][c ][v3.0.13()]
  561. //Details about finding PkgConfig
  562. FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v1.8.1()]
  563. //Details about finding Python3
  564. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/home/ymzz/anaconda3/bin/python3][cfound components: Interpreter ][v3.12.2()]
  565. //Details about finding Threads
  566. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  567. //ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
  568. OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
  569. //ADVANCED property for variable: OPENSSL_INCLUDE_DIR
  570. OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
  571. //ADVANCED property for variable: OPENSSL_SSL_LIBRARY
  572. OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
  573. //ADVANCED property for variable: PKG_CONFIG_ARGN
  574. PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
  575. //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
  576. PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
  577. //linker supports push/pop state
  578. _CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
  579. _OPENSSL_CFLAGS:INTERNAL=-I/usr/include
  580. _OPENSSL_CFLAGS_I:INTERNAL=
  581. _OPENSSL_CFLAGS_OTHER:INTERNAL=
  582. _OPENSSL_FOUND:INTERNAL=1
  583. _OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
  584. _OPENSSL_INCLUDE_DIRS:INTERNAL=/usr/include
  585. _OPENSSL_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-lcrypto
  586. _OPENSSL_LDFLAGS_OTHER:INTERNAL=
  587. _OPENSSL_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
  588. _OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
  589. _OPENSSL_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
  590. _OPENSSL_LIBS:INTERNAL=
  591. _OPENSSL_LIBS_L:INTERNAL=
  592. _OPENSSL_LIBS_OTHER:INTERNAL=
  593. _OPENSSL_LIBS_PATHS:INTERNAL=
  594. _OPENSSL_MODULE_NAME:INTERNAL=openssl
  595. _OPENSSL_PREFIX:INTERNAL=/usr
  596. _OPENSSL_STATIC_CFLAGS:INTERNAL=-I/usr/include
  597. _OPENSSL_STATIC_CFLAGS_I:INTERNAL=
  598. _OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
  599. _OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include
  600. _OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-L/usr/lib/x86_64-linux-gnu;-ldl;-pthread;-lcrypto;-ldl;-pthread
  601. _OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread
  602. _OPENSSL_STATIC_LIBDIR:INTERNAL=
  603. _OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;dl;crypto;dl
  604. _OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu
  605. _OPENSSL_STATIC_LIBS:INTERNAL=
  606. _OPENSSL_STATIC_LIBS_L:INTERNAL=
  607. _OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
  608. _OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
  609. _OPENSSL_VERSION:INTERNAL=3.0.13
  610. _OPENSSL_openssl_INCLUDEDIR:INTERNAL=
  611. _OPENSSL_openssl_LIBDIR:INTERNAL=
  612. _OPENSSL_openssl_PREFIX:INTERNAL=
  613. _OPENSSL_openssl_VERSION:INTERNAL=
  614. //Compiler reason failure
  615. _Python3_Compiler_REASON_FAILURE:INTERNAL=
  616. //Development reason failure
  617. _Python3_Development_REASON_FAILURE:INTERNAL=
  618. //Path to a program.
  619. _Python3_EXECUTABLE:INTERNAL=/home/ymzz/anaconda3/bin/python3
  620. //Python3 Properties
  621. _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;12;2;64;32;;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
  622. _Python3_INTERPRETER_SIGNATURE:INTERNAL=53f4e2c8086093b43143ab0870d76f8a
  623. //NumPy reason failure
  624. _Python3_NumPy_REASON_FAILURE:INTERNAL=
  625. __pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl
  626. __pkg_config_checked__OPENSSL:INTERNAL=1
  627. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto
  628. pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1
  629. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl
  630. pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1
  631. prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu