CMakeCache.txt 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/nzzn/Marinveless_2/build/can_driver
  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/nzzn/Marinveless_2/build/can_driver/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-11
  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-11
  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-11
  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-11
  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. //Install path prefix, prepended onto install directories.
  91. CMAKE_INSTALL_PREFIX:PATH=/home/nzzn/Marinveless_2/install/can_driver
  92. //Path to a program.
  93. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  94. //Path to a program.
  95. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
  96. //Flags used by the linker during the creation of modules during
  97. // all build types.
  98. CMAKE_MODULE_LINKER_FLAGS:STRING=
  99. //Flags used by the linker during the creation of modules during
  100. // DEBUG builds.
  101. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  102. //Flags used by the linker during the creation of modules during
  103. // MINSIZEREL builds.
  104. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  105. //Flags used by the linker during the creation of modules during
  106. // RELEASE builds.
  107. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  108. //Flags used by the linker during the creation of modules during
  109. // RELWITHDEBINFO builds.
  110. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  111. //Path to a program.
  112. CMAKE_NM:FILEPATH=/usr/bin/nm
  113. //Path to a program.
  114. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  115. //Path to a program.
  116. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  117. //Value Computed by CMake
  118. CMAKE_PROJECT_DESCRIPTION:STATIC=
  119. //Value Computed by CMake
  120. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  121. //Value Computed by CMake
  122. CMAKE_PROJECT_NAME:STATIC=can_driver
  123. //Path to a program.
  124. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  125. //Path to a program.
  126. CMAKE_READELF:FILEPATH=/usr/bin/readelf
  127. //Flags used by the linker during the creation of shared libraries
  128. // during all build types.
  129. CMAKE_SHARED_LINKER_FLAGS:STRING=
  130. //Flags used by the linker during the creation of shared libraries
  131. // during DEBUG builds.
  132. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  133. //Flags used by the linker during the creation of shared libraries
  134. // during MINSIZEREL builds.
  135. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  136. //Flags used by the linker during the creation of shared libraries
  137. // during RELEASE builds.
  138. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  139. //Flags used by the linker during the creation of shared libraries
  140. // during RELWITHDEBINFO builds.
  141. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  142. //If set, runtime paths are not added when installing shared libraries,
  143. // but are added when building.
  144. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  145. //If set, runtime paths are not added when using shared libraries.
  146. CMAKE_SKIP_RPATH:BOOL=NO
  147. //Flags used by the linker during the creation of static libraries
  148. // during all build types.
  149. CMAKE_STATIC_LINKER_FLAGS:STRING=
  150. //Flags used by the linker during the creation of static libraries
  151. // during DEBUG builds.
  152. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  153. //Flags used by the linker during the creation of static libraries
  154. // during MINSIZEREL builds.
  155. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  156. //Flags used by the linker during the creation of static libraries
  157. // during RELEASE builds.
  158. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  159. //Flags used by the linker during the creation of static libraries
  160. // during RELWITHDEBINFO builds.
  161. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  162. //Path to a program.
  163. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  164. //If this value is on, makefiles will be generated without the
  165. // .SILENT directive, and all commands will be echoed to the console
  166. // during the make. This is useful for debugging only. With Visual
  167. // Studio IDE projects all commands are done without /nologo.
  168. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  169. //Path to a library.
  170. FastCDR_LIBRARY_DEBUG:FILEPATH=FastCDR_LIBRARY_DEBUG-NOTFOUND
  171. //Path to a library.
  172. FastCDR_LIBRARY_RELEASE:FILEPATH=/opt/ros/humble/lib/libfastcdr.so
  173. //Path to a file.
  174. FastRTPS_INCLUDE_DIR:PATH=/opt/ros/humble/include
  175. //Path to a library.
  176. FastRTPS_LIBRARY_DEBUG:FILEPATH=FastRTPS_LIBRARY_DEBUG-NOTFOUND
  177. //Path to a library.
  178. FastRTPS_LIBRARY_RELEASE:FILEPATH=/opt/ros/humble/lib/libfastrtps.so
  179. //Path to a library.
  180. OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
  181. //Path to a file.
  182. OPENSSL_INCLUDE_DIR:PATH=/usr/include
  183. //Path to a library.
  184. OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
  185. //Arguments to supply to pkg-config
  186. PKG_CONFIG_ARGN:STRING=
  187. //pkg-config executable
  188. PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
  189. //Path to a program.
  190. Python3_EXECUTABLE:FILEPATH=/usr/bin/python3
  191. //Name of the computer/site where compile is being run
  192. SITE:STRING=nzzn-s
  193. //The directory containing a CMake configuration file for TinyXML2.
  194. TinyXML2_DIR:PATH=TinyXML2_DIR-NOTFOUND
  195. //Path to a library.
  196. _lib:FILEPATH=/opt/ros/humble/lib/libcan_msgs__rosidl_typesupport_fastrtps_cpp.so
  197. //The directory containing a CMake configuration file for ament_cmake.
  198. ament_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake/cmake
  199. //The directory containing a CMake configuration file for ament_cmake_core.
  200. ament_cmake_core_DIR:PATH=/opt/ros/humble/share/ament_cmake_core/cmake
  201. //The directory containing a CMake configuration file for ament_cmake_export_definitions.
  202. ament_cmake_export_definitions_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_definitions/cmake
  203. //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
  204. ament_cmake_export_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_dependencies/cmake
  205. //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
  206. ament_cmake_export_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_include_directories/cmake
  207. //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
  208. ament_cmake_export_interfaces_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_interfaces/cmake
  209. //The directory containing a CMake configuration file for ament_cmake_export_libraries.
  210. ament_cmake_export_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_libraries/cmake
  211. //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
  212. ament_cmake_export_link_flags_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_link_flags/cmake
  213. //The directory containing a CMake configuration file for ament_cmake_export_targets.
  214. ament_cmake_export_targets_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_targets/cmake
  215. //The directory containing a CMake configuration file for ament_cmake_gen_version_h.
  216. ament_cmake_gen_version_h_DIR:PATH=/opt/ros/humble/share/ament_cmake_gen_version_h/cmake
  217. //The directory containing a CMake configuration file for ament_cmake_include_directories.
  218. ament_cmake_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_include_directories/cmake
  219. //The directory containing a CMake configuration file for ament_cmake_libraries.
  220. ament_cmake_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_libraries/cmake
  221. //The directory containing a CMake configuration file for ament_cmake_python.
  222. ament_cmake_python_DIR:PATH=/opt/ros/humble/share/ament_cmake_python/cmake
  223. //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
  224. ament_cmake_target_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_target_dependencies/cmake
  225. //The directory containing a CMake configuration file for ament_cmake_test.
  226. ament_cmake_test_DIR:PATH=/opt/ros/humble/share/ament_cmake_test/cmake
  227. //The directory containing a CMake configuration file for ament_cmake_version.
  228. ament_cmake_version_DIR:PATH=/opt/ros/humble/share/ament_cmake_version/cmake
  229. //The directory containing a CMake configuration file for ament_index_cpp.
  230. ament_index_cpp_DIR:PATH=/opt/ros/humble/share/ament_index_cpp/cmake
  231. //The directory containing a CMake configuration file for builtin_interfaces.
  232. builtin_interfaces_DIR:PATH=/opt/ros/humble/share/builtin_interfaces/cmake
  233. //Dependencies for the target
  234. can_bridge_lib_LIB_DEPENDS:STATIC=general;rclcpp::rclcpp;general;can_msgs::can_msgs__rosidl_generator_c;general;can_msgs::can_msgs__rosidl_typesupport_fastrtps_c;general;can_msgs::can_msgs__rosidl_typesupport_introspection_c;general;can_msgs::can_msgs__rosidl_typesupport_c;general;can_msgs::can_msgs__rosidl_typesupport_fastrtps_cpp;general;can_msgs::can_msgs__rosidl_typesupport_introspection_cpp;general;can_msgs::can_msgs__rosidl_typesupport_cpp;general;can_msgs::can_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;
  235. //Value Computed by CMake
  236. can_driver_BINARY_DIR:STATIC=/home/nzzn/Marinveless_2/build/can_driver
  237. //Value Computed by CMake
  238. can_driver_IS_TOP_LEVEL:STATIC=ON
  239. //Value Computed by CMake
  240. can_driver_SOURCE_DIR:STATIC=/home/nzzn/Marinveless_2/src/can_driver
  241. //The directory containing a CMake configuration file for can_msgs.
  242. can_msgs_DIR:PATH=/opt/ros/humble/share/can_msgs/cmake
  243. //The directory containing a CMake configuration file for fastcdr.
  244. fastcdr_DIR:PATH=/opt/ros/humble/lib/cmake/fastcdr
  245. //The directory containing a CMake configuration file for fastrtps.
  246. fastrtps_DIR:PATH=/opt/ros/humble/share/fastrtps/cmake
  247. //The directory containing a CMake configuration file for fastrtps_cmake_module.
  248. fastrtps_cmake_module_DIR:PATH=/opt/ros/humble/share/fastrtps_cmake_module/cmake
  249. //The directory containing a CMake configuration file for fmt.
  250. fmt_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/fmt
  251. //The directory containing a CMake configuration file for foonathan_memory.
  252. foonathan_memory_DIR:PATH=/opt/ros/humble/lib/foonathan_memory/cmake
  253. //The directory containing a CMake configuration file for libstatistics_collector.
  254. libstatistics_collector_DIR:PATH=/opt/ros/humble/share/libstatistics_collector/cmake
  255. //The directory containing a CMake configuration file for libyaml_vendor.
  256. libyaml_vendor_DIR:PATH=/opt/ros/humble/share/libyaml_vendor/cmake
  257. //Path to a library.
  258. pkgcfg_lib__OPENSSL_crypto:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
  259. //Path to a library.
  260. pkgcfg_lib__OPENSSL_ssl:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
  261. //The directory containing a CMake configuration file for rcl.
  262. rcl_DIR:PATH=/opt/ros/humble/share/rcl/cmake
  263. //The directory containing a CMake configuration file for rcl_interfaces.
  264. rcl_interfaces_DIR:PATH=/opt/ros/humble/share/rcl_interfaces/cmake
  265. //The directory containing a CMake configuration file for rcl_logging_interface.
  266. rcl_logging_interface_DIR:PATH=/opt/ros/humble/share/rcl_logging_interface/cmake
  267. //The directory containing a CMake configuration file for rcl_logging_spdlog.
  268. rcl_logging_spdlog_DIR:PATH=/opt/ros/humble/share/rcl_logging_spdlog/cmake
  269. //The directory containing a CMake configuration file for rcl_yaml_param_parser.
  270. rcl_yaml_param_parser_DIR:PATH=/opt/ros/humble/share/rcl_yaml_param_parser/cmake
  271. //The directory containing a CMake configuration file for rclcpp.
  272. rclcpp_DIR:PATH=/opt/ros/humble/share/rclcpp/cmake
  273. //The directory containing a CMake configuration file for rcpputils.
  274. rcpputils_DIR:PATH=/opt/ros/humble/share/rcpputils/cmake
  275. //The directory containing a CMake configuration file for rcutils.
  276. rcutils_DIR:PATH=/opt/ros/humble/share/rcutils/cmake
  277. //The directory containing a CMake configuration file for rmw.
  278. rmw_DIR:PATH=/opt/ros/humble/share/rmw/cmake
  279. //The directory containing a CMake configuration file for rmw_dds_common.
  280. rmw_dds_common_DIR:PATH=/opt/ros/humble/share/rmw_dds_common/cmake
  281. //The directory containing a CMake configuration file for rmw_fastrtps_cpp.
  282. rmw_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rmw_fastrtps_cpp/cmake
  283. //The directory containing a CMake configuration file for rmw_fastrtps_shared_cpp.
  284. rmw_fastrtps_shared_cpp_DIR:PATH=/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake
  285. //The directory containing a CMake configuration file for rmw_implementation.
  286. rmw_implementation_DIR:PATH=/opt/ros/humble/share/rmw_implementation/cmake
  287. //The directory containing a CMake configuration file for rmw_implementation_cmake.
  288. rmw_implementation_cmake_DIR:PATH=/opt/ros/humble/share/rmw_implementation_cmake/cmake
  289. //The directory containing a CMake configuration file for rosgraph_msgs.
  290. rosgraph_msgs_DIR:PATH=/opt/ros/humble/share/rosgraph_msgs/cmake
  291. //The directory containing a CMake configuration file for rosidl_adapter.
  292. rosidl_adapter_DIR:PATH=/opt/ros/humble/share/rosidl_adapter/cmake
  293. //The directory containing a CMake configuration file for rosidl_cmake.
  294. rosidl_cmake_DIR:PATH=/opt/ros/humble/share/rosidl_cmake/cmake
  295. //The directory containing a CMake configuration file for rosidl_default_runtime.
  296. rosidl_default_runtime_DIR:PATH=/opt/ros/humble/share/rosidl_default_runtime/cmake
  297. //The directory containing a CMake configuration file for rosidl_generator_c.
  298. rosidl_generator_c_DIR:PATH=/opt/ros/humble/share/rosidl_generator_c/cmake
  299. //The directory containing a CMake configuration file for rosidl_generator_cpp.
  300. rosidl_generator_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_generator_cpp/cmake
  301. //The directory containing a CMake configuration file for rosidl_runtime_c.
  302. rosidl_runtime_c_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_c/cmake
  303. //The directory containing a CMake configuration file for rosidl_runtime_cpp.
  304. rosidl_runtime_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_cpp/cmake
  305. //The directory containing a CMake configuration file for rosidl_typesupport_c.
  306. rosidl_typesupport_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_c/cmake
  307. //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
  308. rosidl_typesupport_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_cpp/cmake
  309. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
  310. rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake
  311. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
  312. rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake
  313. //The directory containing a CMake configuration file for rosidl_typesupport_interface.
  314. rosidl_typesupport_interface_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_interface/cmake
  315. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
  316. rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake
  317. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
  318. rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake
  319. //The directory containing a CMake configuration file for spdlog.
  320. spdlog_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/spdlog
  321. //The directory containing a CMake configuration file for spdlog_vendor.
  322. spdlog_vendor_DIR:PATH=/opt/ros/humble/share/spdlog_vendor/cmake
  323. //The directory containing a CMake configuration file for statistics_msgs.
  324. statistics_msgs_DIR:PATH=/opt/ros/humble/share/statistics_msgs/cmake
  325. //The directory containing a CMake configuration file for std_msgs.
  326. std_msgs_DIR:PATH=/opt/ros/humble/share/std_msgs/cmake
  327. //The directory containing a CMake configuration file for tracetools.
  328. tracetools_DIR:PATH=/opt/ros/humble/share/tracetools/cmake
  329. //The directory containing a CMake configuration file for yaml.
  330. yaml_DIR:PATH=/opt/ros/humble/cmake
  331. ########################
  332. # INTERNAL cache entries
  333. ########################
  334. //ADVANCED property for variable: CMAKE_ADDR2LINE
  335. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  336. //ADVANCED property for variable: CMAKE_AR
  337. CMAKE_AR-ADVANCED:INTERNAL=1
  338. //This is the directory where this CMakeCache.txt was created
  339. CMAKE_CACHEFILE_DIR:INTERNAL=/home/nzzn/Marinveless_2/build/can_driver
  340. //Major version of cmake used to create the current loaded cache
  341. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  342. //Minor version of cmake used to create the current loaded cache
  343. CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
  344. //Patch version of cmake used to create the current loaded cache
  345. CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
  346. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  347. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  348. //Path to CMake executable.
  349. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  350. //Path to cpack program executable.
  351. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  352. //Path to ctest program executable.
  353. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  354. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  355. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  356. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  357. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  358. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  359. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  360. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  361. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  362. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  363. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  364. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  365. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  366. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  367. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  368. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  369. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  370. //ADVANCED property for variable: CMAKE_C_COMPILER
  371. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  372. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  373. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  374. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  375. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  376. //ADVANCED property for variable: CMAKE_C_FLAGS
  377. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  378. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  379. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  380. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  381. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  382. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  383. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  384. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  385. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  386. //ADVANCED property for variable: CMAKE_DLLTOOL
  387. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  388. //Executable file format
  389. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  390. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  391. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  392. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  393. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  394. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  395. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  396. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  397. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  398. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  399. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  400. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  401. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  402. //Name of external makefile project generator.
  403. CMAKE_EXTRA_GENERATOR:INTERNAL=
  404. //Name of generator.
  405. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  406. //Generator instance identifier.
  407. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  408. //Name of generator platform.
  409. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  410. //Name of generator toolset.
  411. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  412. //Test CMAKE_HAVE_LIBC_PTHREAD
  413. CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
  414. //Have include pthread.h
  415. CMAKE_HAVE_PTHREAD_H:INTERNAL=1
  416. //Source directory with the top level CMakeLists.txt file for this
  417. // project
  418. CMAKE_HOME_DIRECTORY:INTERNAL=/home/nzzn/Marinveless_2/src/can_driver
  419. //Install .so files without execute permission.
  420. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  421. //ADVANCED property for variable: CMAKE_LINKER
  422. CMAKE_LINKER-ADVANCED:INTERNAL=1
  423. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  424. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  425. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  426. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  427. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  428. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  429. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  430. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  431. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  432. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  433. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  434. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  435. //ADVANCED property for variable: CMAKE_NM
  436. CMAKE_NM-ADVANCED:INTERNAL=1
  437. //number of local generators
  438. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
  439. //ADVANCED property for variable: CMAKE_OBJCOPY
  440. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  441. //ADVANCED property for variable: CMAKE_OBJDUMP
  442. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  443. //Platform information initialized
  444. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  445. //ADVANCED property for variable: CMAKE_RANLIB
  446. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  447. //ADVANCED property for variable: CMAKE_READELF
  448. CMAKE_READELF-ADVANCED:INTERNAL=1
  449. //Path to CMake installation.
  450. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
  451. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  452. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  453. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  454. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  455. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  456. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  457. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  458. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  459. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  460. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  461. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  462. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  463. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  464. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  465. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  466. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  467. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  468. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  469. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  470. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  471. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  472. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  473. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  474. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  475. //ADVANCED property for variable: CMAKE_STRIP
  476. CMAKE_STRIP-ADVANCED:INTERNAL=1
  477. //uname command
  478. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  479. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  480. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  481. //Details about finding FastRTPS
  482. FIND_PACKAGE_MESSAGE_DETAILS_FastRTPS:INTERNAL=[/opt/ros/humble/include][/opt/ros/humble/lib/libfastrtps.so;/opt/ros/humble/lib/libfastcdr.so][v()]
  483. //Details about finding OpenSSL
  484. FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libcrypto.so][/usr/include][c ][v3.0.2()]
  485. //Details about finding Python3
  486. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3][cfound components: Interpreter ][v3.10.12()]
  487. //Details about finding Threads
  488. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  489. //ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
  490. OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
  491. //ADVANCED property for variable: OPENSSL_INCLUDE_DIR
  492. OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
  493. //ADVANCED property for variable: OPENSSL_SSL_LIBRARY
  494. OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
  495. //ADVANCED property for variable: PKG_CONFIG_ARGN
  496. PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
  497. //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
  498. PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
  499. _OPENSSL_CFLAGS:INTERNAL=
  500. _OPENSSL_CFLAGS_I:INTERNAL=
  501. _OPENSSL_CFLAGS_OTHER:INTERNAL=
  502. _OPENSSL_FOUND:INTERNAL=1
  503. _OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
  504. _OPENSSL_INCLUDE_DIRS:INTERNAL=
  505. _OPENSSL_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-lcrypto
  506. _OPENSSL_LDFLAGS_OTHER:INTERNAL=
  507. _OPENSSL_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
  508. _OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
  509. _OPENSSL_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
  510. _OPENSSL_LIBS:INTERNAL=
  511. _OPENSSL_LIBS_L:INTERNAL=
  512. _OPENSSL_LIBS_OTHER:INTERNAL=
  513. _OPENSSL_LIBS_PATHS:INTERNAL=
  514. _OPENSSL_MODULE_NAME:INTERNAL=openssl
  515. _OPENSSL_PREFIX:INTERNAL=/usr
  516. _OPENSSL_STATIC_CFLAGS:INTERNAL=
  517. _OPENSSL_STATIC_CFLAGS_I:INTERNAL=
  518. _OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
  519. _OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=
  520. _OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-lcrypto;-ldl;-pthread
  521. _OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
  522. _OPENSSL_STATIC_LIBDIR:INTERNAL=
  523. _OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl
  524. _OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
  525. _OPENSSL_STATIC_LIBS:INTERNAL=
  526. _OPENSSL_STATIC_LIBS_L:INTERNAL=
  527. _OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
  528. _OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
  529. _OPENSSL_VERSION:INTERNAL=3.0.2
  530. _OPENSSL_openssl_INCLUDEDIR:INTERNAL=
  531. _OPENSSL_openssl_LIBDIR:INTERNAL=
  532. _OPENSSL_openssl_PREFIX:INTERNAL=
  533. _OPENSSL_openssl_VERSION:INTERNAL=
  534. _Python3_EXECUTABLE:INTERNAL=/usr/bin/python3
  535. //Python3 Properties
  536. _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;10;12;64;;cpython-310-x86_64-linux-gnu;/usr/lib/python3.10;/usr/lib/python3.10;/usr/lib/python3/dist-packages;/usr/lib/python3/dist-packages
  537. _Python3_INTERPRETER_SIGNATURE:INTERNAL=0f3e53742e142b1d9e50e4ca5b901dd8
  538. __pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl
  539. __pkg_config_checked__OPENSSL:INTERNAL=1
  540. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto
  541. pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1
  542. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl
  543. pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1
  544. prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu