CMakeCache.txt 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/ymzz/YMbot_ROS2/build/chassis_driver_node
  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=1
  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/chassis_driver_node/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/chassis_driver_node/CMakeFiles/pkgRedirects
  92. //Install path prefix, prepended onto install directories.
  93. CMAKE_INSTALL_PREFIX:PATH=/home/ymzz/YMbot_ROS2/install/chassis_driver_node
  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=chassis_driver_node
  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. //Path to a library.
  174. FastCDR_LIBRARY_DEBUG:FILEPATH=FastCDR_LIBRARY_DEBUG-NOTFOUND
  175. //Path to a library.
  176. FastCDR_LIBRARY_RELEASE:FILEPATH=/opt/ros/jazzy/lib/libfastcdr.so
  177. //Path to a file.
  178. FastRTPS_INCLUDE_DIR:PATH=/opt/ros/jazzy/include
  179. //Path to a library.
  180. FastRTPS_LIBRARY_DEBUG:FILEPATH=FastRTPS_LIBRARY_DEBUG-NOTFOUND
  181. //Path to a library.
  182. FastRTPS_LIBRARY_RELEASE:FILEPATH=/opt/ros/jazzy/lib/libfastrtps.so
  183. //Path to a library.
  184. OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
  185. //Path to a file.
  186. OPENSSL_INCLUDE_DIR:PATH=/usr/include
  187. //Path to a library.
  188. OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
  189. //Arguments to supply to pkg-config
  190. PKG_CONFIG_ARGN:STRING=
  191. //pkg-config executable
  192. PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
  193. //Name of the computer/site where compile is being run
  194. SITE:STRING=ymzz-Default-string
  195. //The directory containing a CMake configuration file for TinyXML2.
  196. TinyXML2_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/tinyxml2
  197. //Path to a library.
  198. _lib:FILEPATH=/opt/ros/jazzy/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_cpp.so
  199. //The directory containing a CMake configuration file for ament_cmake.
  200. ament_cmake_DIR:PATH=/opt/ros/jazzy/share/ament_cmake/cmake
  201. //The directory containing a CMake configuration file for ament_cmake_core.
  202. ament_cmake_core_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_core/cmake
  203. //The directory containing a CMake configuration file for ament_cmake_cppcheck.
  204. ament_cmake_cppcheck_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_cppcheck/cmake
  205. //The directory containing a CMake configuration file for ament_cmake_export_definitions.
  206. ament_cmake_export_definitions_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_definitions/cmake
  207. //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
  208. ament_cmake_export_dependencies_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_dependencies/cmake
  209. //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
  210. ament_cmake_export_include_directories_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_include_directories/cmake
  211. //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
  212. ament_cmake_export_interfaces_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_interfaces/cmake
  213. //The directory containing a CMake configuration file for ament_cmake_export_libraries.
  214. ament_cmake_export_libraries_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_libraries/cmake
  215. //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
  216. ament_cmake_export_link_flags_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_link_flags/cmake
  217. //The directory containing a CMake configuration file for ament_cmake_export_targets.
  218. ament_cmake_export_targets_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_export_targets/cmake
  219. //The directory containing a CMake configuration file for ament_cmake_flake8.
  220. ament_cmake_flake8_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_flake8/cmake
  221. //The directory containing a CMake configuration file for ament_cmake_gen_version_h.
  222. ament_cmake_gen_version_h_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_gen_version_h/cmake
  223. //The directory containing a CMake configuration file for ament_cmake_include_directories.
  224. ament_cmake_include_directories_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_include_directories/cmake
  225. //The directory containing a CMake configuration file for ament_cmake_libraries.
  226. ament_cmake_libraries_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_libraries/cmake
  227. //The directory containing a CMake configuration file for ament_cmake_lint_cmake.
  228. ament_cmake_lint_cmake_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_lint_cmake/cmake
  229. //The directory containing a CMake configuration file for ament_cmake_pep257.
  230. ament_cmake_pep257_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_pep257/cmake
  231. //The directory containing a CMake configuration file for ament_cmake_python.
  232. ament_cmake_python_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_python/cmake
  233. //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
  234. ament_cmake_target_dependencies_DIR:PATH=/opt/ros/jazzy/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/jazzy/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/jazzy/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/jazzy/share/ament_cmake_version/cmake
  241. //The directory containing a CMake configuration file for ament_cmake_xmllint.
  242. ament_cmake_xmllint_DIR:PATH=/opt/ros/jazzy/share/ament_cmake_xmllint/cmake
  243. //Path to a program.
  244. ament_cppcheck_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_cppcheck
  245. //The directory containing a CMake configuration file for ament_index_cpp.
  246. ament_index_cpp_DIR:PATH=/opt/ros/jazzy/share/ament_index_cpp/cmake
  247. //The directory containing a CMake configuration file for ament_lint_auto.
  248. ament_lint_auto_DIR:PATH=/opt/ros/jazzy/share/ament_lint_auto/cmake
  249. //Path to a program.
  250. ament_lint_cmake_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_lint_cmake
  251. //The directory containing a CMake configuration file for ament_lint_common.
  252. ament_lint_common_DIR:PATH=/opt/ros/jazzy/share/ament_lint_common/cmake
  253. //Path to a program.
  254. ament_uncrustify_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_uncrustify
  255. //Path to a program.
  256. ament_xmllint_BIN:FILEPATH=/opt/ros/jazzy/bin/ament_xmllint
  257. //The directory containing a CMake configuration file for builtin_interfaces.
  258. builtin_interfaces_DIR:PATH=/opt/ros/jazzy/share/builtin_interfaces/cmake
  259. //Value Computed by CMake
  260. chassis_driver_node_BINARY_DIR:STATIC=/home/ymzz/YMbot_ROS2/build/chassis_driver_node
  261. //Value Computed by CMake
  262. chassis_driver_node_IS_TOP_LEVEL:STATIC=ON
  263. //Value Computed by CMake
  264. chassis_driver_node_SOURCE_DIR:STATIC=/home/ymzz/YMbot_ROS2/src/chassis_control/chassis_driver_node
  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. //The directory containing a CMake configuration file for geometry_msgs.
  274. geometry_msgs_DIR:PATH=/opt/ros/jazzy/share/geometry_msgs/cmake
  275. //The directory containing a CMake configuration file for libstatistics_collector.
  276. libstatistics_collector_DIR:PATH=/opt/ros/jazzy/share/libstatistics_collector/cmake
  277. //Path to a library.
  278. pkgcfg_lib_ZeroMQ_zmq:FILEPATH=/usr/lib/x86_64-linux-gnu/libzmq.so
  279. //Path to a library.
  280. pkgcfg_lib__OPENSSL_crypto:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
  281. //Path to a library.
  282. pkgcfg_lib__OPENSSL_ssl:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
  283. //The directory containing a CMake configuration file for rcl.
  284. rcl_DIR:PATH=/opt/ros/jazzy/share/rcl/cmake
  285. //The directory containing a CMake configuration file for rcl_interfaces.
  286. rcl_interfaces_DIR:PATH=/opt/ros/jazzy/share/rcl_interfaces/cmake
  287. //The directory containing a CMake configuration file for rcl_logging_interface.
  288. rcl_logging_interface_DIR:PATH=/opt/ros/jazzy/share/rcl_logging_interface/cmake
  289. //The directory containing a CMake configuration file for rcl_yaml_param_parser.
  290. rcl_yaml_param_parser_DIR:PATH=/opt/ros/jazzy/share/rcl_yaml_param_parser/cmake
  291. //The directory containing a CMake configuration file for rclcpp.
  292. rclcpp_DIR:PATH=/opt/ros/jazzy/share/rclcpp/cmake
  293. //The directory containing a CMake configuration file for rcpputils.
  294. rcpputils_DIR:PATH=/opt/ros/jazzy/share/rcpputils/cmake
  295. //The directory containing a CMake configuration file for rcutils.
  296. rcutils_DIR:PATH=/opt/ros/jazzy/share/rcutils/cmake
  297. //The directory containing a CMake configuration file for rmw.
  298. rmw_DIR:PATH=/opt/ros/jazzy/share/rmw/cmake
  299. //The directory containing a CMake configuration file for rmw_dds_common.
  300. rmw_dds_common_DIR:PATH=/opt/ros/jazzy/share/rmw_dds_common/cmake
  301. //The directory containing a CMake configuration file for rmw_fastrtps_cpp.
  302. rmw_fastrtps_cpp_DIR:PATH=/opt/ros/jazzy/share/rmw_fastrtps_cpp/cmake
  303. //The directory containing a CMake configuration file for rmw_fastrtps_shared_cpp.
  304. rmw_fastrtps_shared_cpp_DIR:PATH=/opt/ros/jazzy/share/rmw_fastrtps_shared_cpp/cmake
  305. //The directory containing a CMake configuration file for rmw_implementation.
  306. rmw_implementation_DIR:PATH=/opt/ros/jazzy/share/rmw_implementation/cmake
  307. //The directory containing a CMake configuration file for rmw_implementation_cmake.
  308. rmw_implementation_cmake_DIR:PATH=/opt/ros/jazzy/share/rmw_implementation_cmake/cmake
  309. //The directory containing a CMake configuration file for rosgraph_msgs.
  310. rosgraph_msgs_DIR:PATH=/opt/ros/jazzy/share/rosgraph_msgs/cmake
  311. //The directory containing a CMake configuration file for rosidl_core_runtime.
  312. rosidl_core_runtime_DIR:PATH=/opt/ros/jazzy/share/rosidl_core_runtime/cmake
  313. //The directory containing a CMake configuration file for rosidl_default_runtime.
  314. rosidl_default_runtime_DIR:PATH=/opt/ros/jazzy/share/rosidl_default_runtime/cmake
  315. //The directory containing a CMake configuration file for rosidl_dynamic_typesupport.
  316. rosidl_dynamic_typesupport_DIR:PATH=/opt/ros/jazzy/share/rosidl_dynamic_typesupport/cmake
  317. //The directory containing a CMake configuration file for rosidl_generator_c.
  318. rosidl_generator_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_c/cmake
  319. //The directory containing a CMake configuration file for rosidl_generator_cpp.
  320. rosidl_generator_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_cpp/cmake
  321. //The directory containing a CMake configuration file for rosidl_generator_type_description.
  322. rosidl_generator_type_description_DIR:PATH=/opt/ros/jazzy/share/rosidl_generator_type_description/cmake
  323. //The directory containing a CMake configuration file for rosidl_runtime_c.
  324. rosidl_runtime_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_runtime_c/cmake
  325. //The directory containing a CMake configuration file for rosidl_runtime_cpp.
  326. rosidl_runtime_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_runtime_cpp/cmake
  327. //The directory containing a CMake configuration file for rosidl_typesupport_c.
  328. rosidl_typesupport_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_c/cmake
  329. //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
  330. rosidl_typesupport_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_cpp/cmake
  331. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
  332. rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_fastrtps_c/cmake
  333. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
  334. rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_fastrtps_cpp/cmake
  335. //The directory containing a CMake configuration file for rosidl_typesupport_interface.
  336. rosidl_typesupport_interface_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_interface/cmake
  337. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
  338. rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_introspection_c/cmake
  339. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
  340. rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/jazzy/share/rosidl_typesupport_introspection_cpp/cmake
  341. //The directory containing a CMake configuration file for service_msgs.
  342. service_msgs_DIR:PATH=/opt/ros/jazzy/share/service_msgs/cmake
  343. //The directory containing a CMake configuration file for statistics_msgs.
  344. statistics_msgs_DIR:PATH=/opt/ros/jazzy/share/statistics_msgs/cmake
  345. //The directory containing a CMake configuration file for std_msgs.
  346. std_msgs_DIR:PATH=/opt/ros/jazzy/share/std_msgs/cmake
  347. //The directory containing a CMake configuration file for tracetools.
  348. tracetools_DIR:PATH=/opt/ros/jazzy/share/tracetools/cmake
  349. //The directory containing a CMake configuration file for type_description_interfaces.
  350. type_description_interfaces_DIR:PATH=/opt/ros/jazzy/share/type_description_interfaces/cmake
  351. //Path to a program.
  352. xmllint_BIN:FILEPATH=/usr/bin/xmllint
  353. ########################
  354. # INTERNAL cache entries
  355. ########################
  356. //ADVANCED property for variable: CMAKE_ADDR2LINE
  357. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  358. //ADVANCED property for variable: CMAKE_AR
  359. CMAKE_AR-ADVANCED:INTERNAL=1
  360. //This is the directory where this CMakeCache.txt was created
  361. CMAKE_CACHEFILE_DIR:INTERNAL=/home/ymzz/YMbot_ROS2/build/chassis_driver_node
  362. //Major version of cmake used to create the current loaded cache
  363. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  364. //Minor version of cmake used to create the current loaded cache
  365. CMAKE_CACHE_MINOR_VERSION:INTERNAL=28
  366. //Patch version of cmake used to create the current loaded cache
  367. CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
  368. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  369. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  370. //Path to CMake executable.
  371. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  372. //Path to cpack program executable.
  373. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  374. //Path to ctest program executable.
  375. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  376. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  377. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  378. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  379. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  380. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  381. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  382. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  383. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  384. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  385. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  386. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  387. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  388. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  389. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  390. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  391. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  392. //ADVANCED property for variable: CMAKE_C_COMPILER
  393. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  394. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  395. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  396. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  397. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  398. //ADVANCED property for variable: CMAKE_C_FLAGS
  399. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  400. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  401. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  402. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  403. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  404. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  405. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  406. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  407. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  408. //ADVANCED property for variable: CMAKE_DLLTOOL
  409. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  410. //Path to cache edit program executable.
  411. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
  412. //Executable file format
  413. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  414. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  415. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  416. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  417. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  418. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  419. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  420. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  421. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  422. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  423. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  424. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  425. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  426. //Name of external makefile project generator.
  427. CMAKE_EXTRA_GENERATOR:INTERNAL=
  428. //Name of generator.
  429. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  430. //Generator instance identifier.
  431. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  432. //Name of generator platform.
  433. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  434. //Name of generator toolset.
  435. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  436. //Source directory with the top level CMakeLists.txt file for this
  437. // project
  438. CMAKE_HOME_DIRECTORY:INTERNAL=/home/ymzz/YMbot_ROS2/src/chassis_control/chassis_driver_node
  439. //Install .so files without execute permission.
  440. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  441. //ADVANCED property for variable: CMAKE_LINKER
  442. CMAKE_LINKER-ADVANCED:INTERNAL=1
  443. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  444. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  445. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  446. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  447. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  448. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  449. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  450. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  451. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  452. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  453. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  454. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  455. //ADVANCED property for variable: CMAKE_NM
  456. CMAKE_NM-ADVANCED:INTERNAL=1
  457. //number of local generators
  458. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
  459. //ADVANCED property for variable: CMAKE_OBJCOPY
  460. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  461. //ADVANCED property for variable: CMAKE_OBJDUMP
  462. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  463. //Platform information initialized
  464. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  465. //ADVANCED property for variable: CMAKE_RANLIB
  466. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  467. //ADVANCED property for variable: CMAKE_READELF
  468. CMAKE_READELF-ADVANCED:INTERNAL=1
  469. //Path to CMake installation.
  470. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.28
  471. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  472. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  473. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  474. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  475. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  476. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  477. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  478. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  479. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  480. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  481. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  482. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  483. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  484. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  485. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  486. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  487. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  488. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  489. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  490. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  491. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  492. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  493. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  494. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  495. //ADVANCED property for variable: CMAKE_STRIP
  496. CMAKE_STRIP-ADVANCED:INTERNAL=1
  497. //ADVANCED property for variable: CMAKE_TAPI
  498. CMAKE_TAPI-ADVANCED:INTERNAL=1
  499. //uname command
  500. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  501. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  502. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  503. //Details about finding FastRTPS
  504. 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)]
  505. //Details about finding OpenSSL
  506. FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libcrypto.so][/usr/include][c ][v3.0.13()]
  507. //Details about finding PkgConfig
  508. FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v1.8.1()]
  509. //Details about finding Python3
  510. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3][cfound components: Interpreter ][v3.12.3()]
  511. //ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
  512. OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
  513. //ADVANCED property for variable: OPENSSL_INCLUDE_DIR
  514. OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
  515. //ADVANCED property for variable: OPENSSL_SSL_LIBRARY
  516. OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
  517. //ADVANCED property for variable: PKG_CONFIG_ARGN
  518. PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
  519. //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
  520. PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
  521. ZeroMQ_CFLAGS:INTERNAL=-I/usr/include;-isystem;/usr/include/mit-krb5;-I/usr/include/pgm-5.3;-I/usr/include/libxml2;-I/usr/include/x86_64-linux-gnu
  522. ZeroMQ_CFLAGS_I:INTERNAL=
  523. ZeroMQ_CFLAGS_OTHER:INTERNAL=-isystem;/usr/include/mit-krb5
  524. ZeroMQ_FOUND:INTERNAL=1
  525. ZeroMQ_INCLUDEDIR:INTERNAL=/usr/include
  526. ZeroMQ_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/pgm-5.3;/usr/include/libxml2;/usr/include/x86_64-linux-gnu
  527. ZeroMQ_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lzmq
  528. ZeroMQ_LDFLAGS_OTHER:INTERNAL=
  529. ZeroMQ_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
  530. ZeroMQ_LIBRARIES:INTERNAL=zmq
  531. ZeroMQ_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
  532. ZeroMQ_LIBS:INTERNAL=
  533. ZeroMQ_LIBS_L:INTERNAL=
  534. ZeroMQ_LIBS_OTHER:INTERNAL=
  535. ZeroMQ_LIBS_PATHS:INTERNAL=
  536. ZeroMQ_MODULE_NAME:INTERNAL=libzmq
  537. ZeroMQ_PREFIX:INTERNAL=/usr
  538. ZeroMQ_STATIC_CFLAGS:INTERNAL=-I/usr/include;-isystem;/usr/include/mit-krb5;-I/usr/include/pgm-5.3;-I/usr/include/libxml2;-I/usr/include/x86_64-linux-gnu
  539. ZeroMQ_STATIC_CFLAGS_I:INTERNAL=
  540. ZeroMQ_STATIC_CFLAGS_OTHER:INTERNAL=-isystem;/usr/include/mit-krb5
  541. ZeroMQ_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/pgm-5.3;/usr/include/libxml2;/usr/include/x86_64-linux-gnu
  542. ZeroMQ_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lzmq;-lstdc++;-lpthread;-lrt;-L/usr/lib/x86_64-linux-gnu/mit-krb5;-lgssapi_krb5;-L/usr/lib/x86_64-linux-gnu/mit-krb5;-lkrb5;-lk5crypto;-lcom_err;-lkrb5support;-lsodium;-pthread;-lpgm;-lm;-lnorm;libprotokit.a;-L/usr/lib/x86_64-linux-gnu;-lxml2;-licui18n;-licuuc;-licudata;-lz;-llzma;-lm;-lbsd;-lmd
  543. ZeroMQ_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;libprotokit.a
  544. ZeroMQ_STATIC_LIBDIR:INTERNAL=
  545. ZeroMQ_STATIC_LIBRARIES:INTERNAL=zmq;stdc++;pthread;rt;gssapi_krb5;krb5;k5crypto;com_err;krb5support;sodium;pgm;m;norm;xml2;icui18n;icuuc;icudata;z;lzma;m;bsd;md
  546. ZeroMQ_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/mit-krb5;/usr/lib/x86_64-linux-gnu/mit-krb5;/usr/lib/x86_64-linux-gnu
  547. ZeroMQ_STATIC_LIBS:INTERNAL=
  548. ZeroMQ_STATIC_LIBS_L:INTERNAL=
  549. ZeroMQ_STATIC_LIBS_OTHER:INTERNAL=
  550. ZeroMQ_STATIC_LIBS_PATHS:INTERNAL=
  551. ZeroMQ_VERSION:INTERNAL=4.3.5
  552. ZeroMQ_libzmq_INCLUDEDIR:INTERNAL=
  553. ZeroMQ_libzmq_LIBDIR:INTERNAL=
  554. ZeroMQ_libzmq_PREFIX:INTERNAL=
  555. ZeroMQ_libzmq_VERSION:INTERNAL=
  556. //linker supports push/pop state
  557. _CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
  558. _OPENSSL_CFLAGS:INTERNAL=-I/usr/include
  559. _OPENSSL_CFLAGS_I:INTERNAL=
  560. _OPENSSL_CFLAGS_OTHER:INTERNAL=
  561. _OPENSSL_FOUND:INTERNAL=1
  562. _OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
  563. _OPENSSL_INCLUDE_DIRS:INTERNAL=/usr/include
  564. _OPENSSL_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-lcrypto
  565. _OPENSSL_LDFLAGS_OTHER:INTERNAL=
  566. _OPENSSL_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
  567. _OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
  568. _OPENSSL_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
  569. _OPENSSL_LIBS:INTERNAL=
  570. _OPENSSL_LIBS_L:INTERNAL=
  571. _OPENSSL_LIBS_OTHER:INTERNAL=
  572. _OPENSSL_LIBS_PATHS:INTERNAL=
  573. _OPENSSL_MODULE_NAME:INTERNAL=openssl
  574. _OPENSSL_PREFIX:INTERNAL=/usr
  575. _OPENSSL_STATIC_CFLAGS:INTERNAL=-I/usr/include
  576. _OPENSSL_STATIC_CFLAGS_I:INTERNAL=
  577. _OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
  578. _OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include
  579. _OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-L/usr/lib/x86_64-linux-gnu;-ldl;-pthread;-lcrypto;-ldl;-pthread
  580. _OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread
  581. _OPENSSL_STATIC_LIBDIR:INTERNAL=
  582. _OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;dl;crypto;dl
  583. _OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu
  584. _OPENSSL_STATIC_LIBS:INTERNAL=
  585. _OPENSSL_STATIC_LIBS_L:INTERNAL=
  586. _OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
  587. _OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
  588. _OPENSSL_VERSION:INTERNAL=3.0.13
  589. _OPENSSL_openssl_INCLUDEDIR:INTERNAL=
  590. _OPENSSL_openssl_LIBDIR:INTERNAL=
  591. _OPENSSL_openssl_PREFIX:INTERNAL=
  592. _OPENSSL_openssl_VERSION:INTERNAL=
  593. //Compiler reason failure
  594. _Python3_Compiler_REASON_FAILURE:INTERNAL=
  595. //Development reason failure
  596. _Python3_Development_REASON_FAILURE:INTERNAL=
  597. //Path to a program.
  598. _Python3_EXECUTABLE:INTERNAL=/usr/bin/python3
  599. //Python3 Properties
  600. _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;12;3;64;32;;cpython-312-x86_64-linux-gnu;abi3;/usr/lib/python3.12;/usr/lib/python3.12;/usr/local/lib/python3.12/dist-packages;/usr/local/lib/python3.12/dist-packages
  601. _Python3_INTERPRETER_SIGNATURE:INTERNAL=4c8bfa8951e99fa32e4000a94f8c04a2
  602. //NumPy reason failure
  603. _Python3_NumPy_REASON_FAILURE:INTERNAL=
  604. //Index for unique symlink install targets
  605. __AMENT_CMAKE_SYMLINK_INSTALL_TARGETS_INDEX:INTERNAL=1
  606. __pkg_config_arguments_ZeroMQ:INTERNAL=REQUIRED;libzmq
  607. __pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl
  608. __pkg_config_checked_ZeroMQ:INTERNAL=1
  609. __pkg_config_checked__OPENSSL:INTERNAL=1
  610. //ADVANCED property for variable: pkgcfg_lib_ZeroMQ_zmq
  611. pkgcfg_lib_ZeroMQ_zmq-ADVANCED:INTERNAL=1
  612. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto
  613. pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1
  614. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl
  615. pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1
  616. prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu