You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeCache.txt 43KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/ros2/dev2_ws/build/aruco_interfaces
  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/ros2/dev2_ws/build/aruco_interfaces/test_results
  29. //Global flag to cause add_library() to create shared libraries
  30. // if on. If set to true, this will cause all libraries to be built
  31. // shared unless the library was explicitly added as a static library.
  32. BUILD_SHARED_LIBS:BOOL=ON
  33. //Build the testing tree.
  34. BUILD_TESTING:BOOL=ON
  35. //Path to a program.
  36. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
  37. //Path to a program.
  38. CMAKE_AR:FILEPATH=/usr/bin/ar
  39. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  40. // MinSizeRel ...
  41. CMAKE_BUILD_TYPE:STRING=
  42. //Enable/Disable color output during build.
  43. CMAKE_COLOR_MAKEFILE:BOOL=ON
  44. //CXX compiler
  45. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  46. //A wrapper around 'ar' adding the appropriate '--plugin' option
  47. // for the GCC compiler
  48. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9
  49. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  50. // for the GCC compiler
  51. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9
  52. //Flags used by the CXX compiler during all build types.
  53. CMAKE_CXX_FLAGS:STRING=
  54. //Flags used by the CXX compiler during DEBUG builds.
  55. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  56. //Flags used by the CXX compiler during MINSIZEREL builds.
  57. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  58. //Flags used by the CXX compiler during RELEASE builds.
  59. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  60. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  61. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  62. //C compiler
  63. CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
  64. //A wrapper around 'ar' adding the appropriate '--plugin' option
  65. // for the GCC compiler
  66. CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9
  67. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  68. // for the GCC compiler
  69. CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9
  70. //Flags used by the C compiler during all build types.
  71. CMAKE_C_FLAGS:STRING=
  72. //Flags used by the C compiler during DEBUG builds.
  73. CMAKE_C_FLAGS_DEBUG:STRING=-g
  74. //Flags used by the C compiler during MINSIZEREL builds.
  75. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  76. //Flags used by the C compiler during RELEASE builds.
  77. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  78. //Flags used by the C compiler during RELWITHDEBINFO builds.
  79. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  80. //Path to a program.
  81. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
  82. //Flags used by the linker during all build types.
  83. CMAKE_EXE_LINKER_FLAGS:STRING=
  84. //Flags used by the linker during DEBUG builds.
  85. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  86. //Flags used by the linker during MINSIZEREL builds.
  87. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  88. //Flags used by the linker during RELEASE builds.
  89. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  90. //Flags used by the linker during RELWITHDEBINFO builds.
  91. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  92. //Enable/Disable output of compile commands during generation.
  93. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
  94. //Install path prefix, prepended onto install directories.
  95. CMAKE_INSTALL_PREFIX:PATH=/home/ros2/dev2_ws/install/aruco_interfaces
  96. //Path to a program.
  97. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  98. //Path to a program.
  99. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
  100. //Flags used by the linker during the creation of modules during
  101. // all build types.
  102. CMAKE_MODULE_LINKER_FLAGS:STRING=
  103. //Flags used by the linker during the creation of modules during
  104. // DEBUG builds.
  105. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  106. //Flags used by the linker during the creation of modules during
  107. // MINSIZEREL builds.
  108. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  109. //Flags used by the linker during the creation of modules during
  110. // RELEASE builds.
  111. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  112. //Flags used by the linker during the creation of modules during
  113. // RELWITHDEBINFO builds.
  114. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  115. //Path to a program.
  116. CMAKE_NM:FILEPATH=/usr/bin/nm
  117. //Path to a program.
  118. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  119. //Path to a program.
  120. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  121. //Value Computed by CMake
  122. CMAKE_PROJECT_DESCRIPTION:STATIC=
  123. //Value Computed by CMake
  124. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  125. //Value Computed by CMake
  126. CMAKE_PROJECT_NAME:STATIC=aruco_interfaces
  127. //Path to a program.
  128. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  129. //Path to a program.
  130. CMAKE_READELF:FILEPATH=/usr/bin/readelf
  131. //Flags used by the linker during the creation of shared libraries
  132. // during all build types.
  133. CMAKE_SHARED_LINKER_FLAGS:STRING=
  134. //Flags used by the linker during the creation of shared libraries
  135. // during DEBUG builds.
  136. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  137. //Flags used by the linker during the creation of shared libraries
  138. // during MINSIZEREL builds.
  139. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  140. //Flags used by the linker during the creation of shared libraries
  141. // during RELEASE builds.
  142. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  143. //Flags used by the linker during the creation of shared libraries
  144. // during RELWITHDEBINFO builds.
  145. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  146. //If set, runtime paths are not added when installing shared libraries,
  147. // but are added when building.
  148. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  149. //If set, runtime paths are not added when using shared libraries.
  150. CMAKE_SKIP_RPATH:BOOL=NO
  151. //Flags used by the linker during the creation of static libraries
  152. // during all build types.
  153. CMAKE_STATIC_LINKER_FLAGS:STRING=
  154. //Flags used by the linker during the creation of static libraries
  155. // during DEBUG builds.
  156. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  157. //Flags used by the linker during the creation of static libraries
  158. // during MINSIZEREL builds.
  159. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  160. //Flags used by the linker during the creation of static libraries
  161. // during RELEASE builds.
  162. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  163. //Flags used by the linker during the creation of static libraries
  164. // during RELWITHDEBINFO builds.
  165. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  166. //Path to a program.
  167. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  168. //If this value is on, makefiles will be generated without the
  169. // .SILENT directive, and all commands will be echoed to the console
  170. // during the make. This is useful for debugging only. With Visual
  171. // Studio IDE projects all commands are done without /nologo.
  172. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  173. //Path to a library.
  174. FastCDR_LIBRARY_DEBUG:FILEPATH=FastCDR_LIBRARY_DEBUG-NOTFOUND
  175. //Path to a library.
  176. FastCDR_LIBRARY_RELEASE:FILEPATH=/opt/ros/foxy/lib/libfastcdr.so
  177. //Path to a file.
  178. FastRTPS_INCLUDE_DIR:PATH=/opt/ros/foxy/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/foxy/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. //pkg-config executable
  190. PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
  191. //Path to a program.
  192. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
  193. //Path to a file.
  194. PYTHON_INCLUDE_DIR:PATH=/usr/include/python3.8
  195. //Path to a library.
  196. PYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython3.8.so
  197. //Path to a library.
  198. PYTHON_LIBRARY_DEBUG:FILEPATH=PYTHON_LIBRARY_DEBUG-NOTFOUND
  199. //Specify specific Python version to use ('major.minor' or 'major')
  200. PYTHON_VERSION:STRING=
  201. //Name of the computer/site where compile is being run
  202. SITE:STRING=ubuntu
  203. //The directory containing a CMake configuration file for TinyXML2.
  204. TinyXML2_DIR:PATH=TinyXML2_DIR-NOTFOUND
  205. //Path to a library.
  206. _lib:FILEPATH=/opt/ros/foxy/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_cpp.so
  207. //Path to a file.
  208. _numpy_h:FILEPATH=/usr/include/python3.8/numpy/numpyconfig.h
  209. //The directory containing a CMake configuration file for ament_cmake.
  210. ament_cmake_DIR:PATH=/opt/ros/foxy/share/ament_cmake/cmake
  211. //The directory containing a CMake configuration file for ament_cmake_copyright.
  212. ament_cmake_copyright_DIR:PATH=/opt/ros/foxy/share/ament_cmake_copyright/cmake
  213. //The directory containing a CMake configuration file for ament_cmake_core.
  214. ament_cmake_core_DIR:PATH=/opt/ros/foxy/share/ament_cmake_core/cmake
  215. //The directory containing a CMake configuration file for ament_cmake_cppcheck.
  216. ament_cmake_cppcheck_DIR:PATH=/opt/ros/foxy/share/ament_cmake_cppcheck/cmake
  217. //The directory containing a CMake configuration file for ament_cmake_cpplint.
  218. ament_cmake_cpplint_DIR:PATH=/opt/ros/foxy/share/ament_cmake_cpplint/cmake
  219. //The directory containing a CMake configuration file for ament_cmake_export_definitions.
  220. ament_cmake_export_definitions_DIR:PATH=/opt/ros/foxy/share/ament_cmake_export_definitions/cmake
  221. //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
  222. ament_cmake_export_dependencies_DIR:PATH=/opt/ros/foxy/share/ament_cmake_export_dependencies/cmake
  223. //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
  224. ament_cmake_export_include_directories_DIR:PATH=/opt/ros/foxy/share/ament_cmake_export_include_directories/cmake
  225. //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
  226. ament_cmake_export_interfaces_DIR:PATH=/opt/ros/foxy/share/ament_cmake_export_interfaces/cmake
  227. //The directory containing a CMake configuration file for ament_cmake_export_libraries.
  228. ament_cmake_export_libraries_DIR:PATH=/opt/ros/foxy/share/ament_cmake_export_libraries/cmake
  229. //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
  230. ament_cmake_export_link_flags_DIR:PATH=/opt/ros/foxy/share/ament_cmake_export_link_flags/cmake
  231. //The directory containing a CMake configuration file for ament_cmake_export_targets.
  232. ament_cmake_export_targets_DIR:PATH=/opt/ros/foxy/share/ament_cmake_export_targets/cmake
  233. //The directory containing a CMake configuration file for ament_cmake_flake8.
  234. ament_cmake_flake8_DIR:PATH=/opt/ros/foxy/share/ament_cmake_flake8/cmake
  235. //The directory containing a CMake configuration file for ament_cmake_gmock.
  236. ament_cmake_gmock_DIR:PATH=/opt/ros/foxy/share/ament_cmake_gmock/cmake
  237. //The directory containing a CMake configuration file for ament_cmake_gtest.
  238. ament_cmake_gtest_DIR:PATH=/opt/ros/foxy/share/ament_cmake_gtest/cmake
  239. //The directory containing a CMake configuration file for ament_cmake_include_directories.
  240. ament_cmake_include_directories_DIR:PATH=/opt/ros/foxy/share/ament_cmake_include_directories/cmake
  241. //The directory containing a CMake configuration file for ament_cmake_libraries.
  242. ament_cmake_libraries_DIR:PATH=/opt/ros/foxy/share/ament_cmake_libraries/cmake
  243. //The directory containing a CMake configuration file for ament_cmake_lint_cmake.
  244. ament_cmake_lint_cmake_DIR:PATH=/opt/ros/foxy/share/ament_cmake_lint_cmake/cmake
  245. //The directory containing a CMake configuration file for ament_cmake_pep257.
  246. ament_cmake_pep257_DIR:PATH=/opt/ros/foxy/share/ament_cmake_pep257/cmake
  247. //The directory containing a CMake configuration file for ament_cmake_pytest.
  248. ament_cmake_pytest_DIR:PATH=/opt/ros/foxy/share/ament_cmake_pytest/cmake
  249. //The directory containing a CMake configuration file for ament_cmake_python.
  250. ament_cmake_python_DIR:PATH=/opt/ros/foxy/share/ament_cmake_python/cmake
  251. //The directory containing a CMake configuration file for ament_cmake_ros.
  252. ament_cmake_ros_DIR:PATH=/opt/ros/foxy/share/ament_cmake_ros/cmake
  253. //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
  254. ament_cmake_target_dependencies_DIR:PATH=/opt/ros/foxy/share/ament_cmake_target_dependencies/cmake
  255. //The directory containing a CMake configuration file for ament_cmake_test.
  256. ament_cmake_test_DIR:PATH=/opt/ros/foxy/share/ament_cmake_test/cmake
  257. //The directory containing a CMake configuration file for ament_cmake_uncrustify.
  258. ament_cmake_uncrustify_DIR:PATH=/opt/ros/foxy/share/ament_cmake_uncrustify/cmake
  259. //The directory containing a CMake configuration file for ament_cmake_version.
  260. ament_cmake_version_DIR:PATH=/opt/ros/foxy/share/ament_cmake_version/cmake
  261. //The directory containing a CMake configuration file for ament_cmake_xmllint.
  262. ament_cmake_xmllint_DIR:PATH=/opt/ros/foxy/share/ament_cmake_xmllint/cmake
  263. //Path to a program.
  264. ament_copyright_BIN:FILEPATH=/opt/ros/foxy/bin/ament_copyright
  265. //The directory containing a CMake configuration file for ament_lint_auto.
  266. ament_lint_auto_DIR:PATH=/opt/ros/foxy/share/ament_lint_auto/cmake
  267. //Path to a program.
  268. ament_lint_cmake_BIN:FILEPATH=/opt/ros/foxy/bin/ament_lint_cmake
  269. //The directory containing a CMake configuration file for ament_lint_common.
  270. ament_lint_common_DIR:PATH=/opt/ros/foxy/share/ament_lint_common/cmake
  271. //Path to a program.
  272. ament_xmllint_BIN:FILEPATH=/opt/ros/foxy/bin/ament_xmllint
  273. //Value Computed by CMake
  274. aruco_interfaces_BINARY_DIR:STATIC=/home/ros2/dev2_ws/build/aruco_interfaces
  275. //Value Computed by CMake
  276. aruco_interfaces_SOURCE_DIR:STATIC=/home/ros2/dev2_ws/src/aruco_interfaces
  277. //Dependencies for the target
  278. aruco_interfaces__python_LIB_DEPENDS:STATIC=general;aruco_interfaces__rosidl_generator_c;general;/usr/lib/x86_64-linux-gnu/libpython3.8.so;general;aruco_interfaces__rosidl_typesupport_c;general;/opt/ros/foxy/share/geometry_msgs/cmake/../../../lib/libgeometry_msgs__python.so;general;/opt/ros/foxy/share/std_msgs/cmake/../../../lib/libstd_msgs__python.so;general;/opt/ros/foxy/share/builtin_interfaces/cmake/../../../lib/libbuiltin_interfaces__python.so;
  279. //Dependencies for the target
  280. aruco_interfaces__rosidl_generator_c_LIB_DEPENDS:STATIC=general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_c;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;builtin_interfaces::builtin_interfaces__rosidl_generator_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_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;rosidl_runtime_c::rosidl_runtime_c;
  281. //Dependencies for the target
  282. aruco_interfaces__rosidl_typesupport_c_LIB_DEPENDS:STATIC=general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_c;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;builtin_interfaces::builtin_interfaces__rosidl_generator_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_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;
  283. //Dependencies for the target
  284. aruco_interfaces__rosidl_typesupport_c__pyext_LIB_DEPENDS:STATIC=general;aruco_interfaces__python;general;/usr/lib/x86_64-linux-gnu/libpython3.8.so;general;aruco_interfaces__rosidl_typesupport_c;general;aruco_interfaces__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_c;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;builtin_interfaces::builtin_interfaces__rosidl_generator_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_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/foxy/lib/librmw.so;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/foxy/lib/librosidl_runtime_c.so;general;rcutils::rcutils;
  285. //Dependencies for the target
  286. aruco_interfaces__rosidl_typesupport_cpp_LIB_DEPENDS:STATIC=general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_cpp::rosidl_typesupport_cpp;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_c;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;builtin_interfaces::builtin_interfaces__rosidl_generator_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_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;
  287. //Dependencies for the target
  288. aruco_interfaces__rosidl_typesupport_fastrtps_c_LIB_DEPENDS:STATIC=general;rmw::rmw;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;rosidl_typesupport_fastrtps_c::rosidl_typesupport_fastrtps_c;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;rosidl_typesupport_fastrtps_c::rosidl_typesupport_fastrtps_c;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;/opt/ros/foxy/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_c.so;general;std_msgs::std_msgs__rosidl_generator_c;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;/opt/ros/foxy/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so;general;builtin_interfaces::builtin_interfaces__rosidl_generator_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_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;/opt/ros/foxy/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so;general;aruco_interfaces__rosidl_generator_c;general;aruco_interfaces__rosidl_typesupport_fastrtps_cpp;
  289. //Dependencies for the target
  290. aruco_interfaces__rosidl_typesupport_fastrtps_c__pyext_LIB_DEPENDS:STATIC=general;aruco_interfaces__python;general;/usr/lib/x86_64-linux-gnu/libpython3.8.so;general;aruco_interfaces__rosidl_typesupport_fastrtps_c;general;aruco_interfaces__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_c;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;builtin_interfaces::builtin_interfaces__rosidl_generator_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_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/foxy/lib/librmw.so;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/foxy/lib/librosidl_runtime_c.so;general;rcutils::rcutils;
  291. //Dependencies for the target
  292. aruco_interfaces__rosidl_typesupport_fastrtps_cpp_LIB_DEPENDS:STATIC=general;rmw::rmw;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;/opt/ros/foxy/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_cpp.so;general;std_msgs::std_msgs__rosidl_generator_c;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;/opt/ros/foxy/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so;general;builtin_interfaces::builtin_interfaces__rosidl_generator_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_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;/opt/ros/foxy/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so;general;aruco_interfaces__rosidl_generator_cpp;general;fastrtps;general;fastcdr;
  293. //Dependencies for the target
  294. aruco_interfaces__rosidl_typesupport_introspection_c_LIB_DEPENDS:STATIC=general;aruco_interfaces__rosidl_generator_c;general;rosidl_typesupport_introspection_c::rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_generator_c;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_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_generator_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_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c;
  295. //Dependencies for the target
  296. aruco_interfaces__rosidl_typesupport_introspection_c__pyext_LIB_DEPENDS:STATIC=general;aruco_interfaces__python;general;/usr/lib/x86_64-linux-gnu/libpython3.8.so;general;aruco_interfaces__rosidl_typesupport_introspection_c;general;aruco_interfaces__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_c;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;builtin_interfaces::builtin_interfaces__rosidl_generator_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_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/foxy/lib/librmw.so;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/foxy/lib/librosidl_runtime_c.so;general;rcutils::rcutils;
  297. //Dependencies for the target
  298. aruco_interfaces__rosidl_typesupport_introspection_cpp_LIB_DEPENDS:STATIC=general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_introspection_cpp::rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_generator_c;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_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_generator_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_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp;
  299. //The directory containing a CMake configuration file for builtin_interfaces.
  300. builtin_interfaces_DIR:PATH=/opt/ros/foxy/share/builtin_interfaces/cmake
  301. //The directory containing a CMake configuration file for fastcdr.
  302. fastcdr_DIR:PATH=/opt/ros/foxy/lib/cmake/fastcdr
  303. //The directory containing a CMake configuration file for fastrtps.
  304. fastrtps_DIR:PATH=/opt/ros/foxy/share/fastrtps/cmake
  305. //The directory containing a CMake configuration file for fastrtps_cmake_module.
  306. fastrtps_cmake_module_DIR:PATH=/opt/ros/foxy/share/fastrtps_cmake_module/cmake
  307. //The directory containing a CMake configuration file for foonathan_memory.
  308. foonathan_memory_DIR:PATH=/opt/ros/foxy/lib/foonathan_memory/cmake
  309. //The directory containing a CMake configuration file for geometry_msgs.
  310. geometry_msgs_DIR:PATH=/opt/ros/foxy/share/geometry_msgs/cmake
  311. //Path to a library.
  312. pkgcfg_lib__OPENSSL_crypto:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
  313. //Path to a library.
  314. pkgcfg_lib__OPENSSL_ssl:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
  315. //The directory containing a CMake configuration file for python_cmake_module.
  316. python_cmake_module_DIR:PATH=/opt/ros/foxy/share/python_cmake_module/cmake
  317. //The directory containing a CMake configuration file for rcpputils.
  318. rcpputils_DIR:PATH=/opt/ros/foxy/share/rcpputils/cmake
  319. //The directory containing a CMake configuration file for rcutils.
  320. rcutils_DIR:PATH=/opt/ros/foxy/share/rcutils/cmake
  321. //The directory containing a CMake configuration file for rmw.
  322. rmw_DIR:PATH=/opt/ros/foxy/share/rmw/cmake
  323. //The directory containing a CMake configuration file for rosidl_adapter.
  324. rosidl_adapter_DIR:PATH=/opt/ros/foxy/share/rosidl_adapter/cmake
  325. //The directory containing a CMake configuration file for rosidl_cmake.
  326. rosidl_cmake_DIR:PATH=/opt/ros/foxy/share/rosidl_cmake/cmake
  327. //The directory containing a CMake configuration file for rosidl_default_generators.
  328. rosidl_default_generators_DIR:PATH=/opt/ros/foxy/share/rosidl_default_generators/cmake
  329. //The directory containing a CMake configuration file for rosidl_default_runtime.
  330. rosidl_default_runtime_DIR:PATH=/opt/ros/foxy/share/rosidl_default_runtime/cmake
  331. //The directory containing a CMake configuration file for rosidl_generator_c.
  332. rosidl_generator_c_DIR:PATH=/opt/ros/foxy/share/rosidl_generator_c/cmake
  333. //The directory containing a CMake configuration file for rosidl_generator_cpp.
  334. rosidl_generator_cpp_DIR:PATH=/opt/ros/foxy/share/rosidl_generator_cpp/cmake
  335. //The directory containing a CMake configuration file for rosidl_generator_py.
  336. rosidl_generator_py_DIR:PATH=/opt/ros/foxy/share/rosidl_generator_py/cmake
  337. //The directory containing a CMake configuration file for rosidl_runtime_c.
  338. rosidl_runtime_c_DIR:PATH=/opt/ros/foxy/share/rosidl_runtime_c/cmake
  339. //The directory containing a CMake configuration file for rosidl_runtime_cpp.
  340. rosidl_runtime_cpp_DIR:PATH=/opt/ros/foxy/share/rosidl_runtime_cpp/cmake
  341. //The directory containing a CMake configuration file for rosidl_typesupport_c.
  342. rosidl_typesupport_c_DIR:PATH=/opt/ros/foxy/share/rosidl_typesupport_c/cmake
  343. //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
  344. rosidl_typesupport_cpp_DIR:PATH=/opt/ros/foxy/share/rosidl_typesupport_cpp/cmake
  345. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
  346. rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/foxy/share/rosidl_typesupport_fastrtps_c/cmake
  347. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
  348. rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/foxy/share/rosidl_typesupport_fastrtps_cpp/cmake
  349. //The directory containing a CMake configuration file for rosidl_typesupport_interface.
  350. rosidl_typesupport_interface_DIR:PATH=/opt/ros/foxy/share/rosidl_typesupport_interface/cmake
  351. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
  352. rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/foxy/share/rosidl_typesupport_introspection_c/cmake
  353. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
  354. rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/foxy/share/rosidl_typesupport_introspection_cpp/cmake
  355. //The directory containing a CMake configuration file for std_msgs.
  356. std_msgs_DIR:PATH=/opt/ros/foxy/share/std_msgs/cmake
  357. //Path to a program.
  358. xmllint_BIN:FILEPATH=/usr/bin/xmllint
  359. ########################
  360. # INTERNAL cache entries
  361. ########################
  362. //ADVANCED property for variable: CMAKE_ADDR2LINE
  363. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  364. //ADVANCED property for variable: CMAKE_AR
  365. CMAKE_AR-ADVANCED:INTERNAL=1
  366. //This is the directory where this CMakeCache.txt was created
  367. CMAKE_CACHEFILE_DIR:INTERNAL=/home/ros2/dev2_ws/build/aruco_interfaces
  368. //Major version of cmake used to create the current loaded cache
  369. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  370. //Minor version of cmake used to create the current loaded cache
  371. CMAKE_CACHE_MINOR_VERSION:INTERNAL=16
  372. //Patch version of cmake used to create the current loaded cache
  373. CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
  374. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  375. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  376. //Path to CMake executable.
  377. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  378. //Path to cpack program executable.
  379. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  380. //Path to ctest program executable.
  381. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  382. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  383. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  384. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  385. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  386. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  387. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  388. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  389. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  390. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  391. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  392. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  393. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  394. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  395. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  396. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  397. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  398. //ADVANCED property for variable: CMAKE_C_COMPILER
  399. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  400. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  401. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  402. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  403. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  404. //ADVANCED property for variable: CMAKE_C_FLAGS
  405. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  406. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  407. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  408. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  409. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  410. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  411. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  412. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  413. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  414. //ADVANCED property for variable: CMAKE_DLLTOOL
  415. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  416. //Executable file format
  417. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  418. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  419. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  420. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  421. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  422. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  423. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  424. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  425. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  426. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  427. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  428. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  429. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  430. //Name of external makefile project generator.
  431. CMAKE_EXTRA_GENERATOR:INTERNAL=
  432. //Name of generator.
  433. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  434. //Generator instance identifier.
  435. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  436. //Name of generator platform.
  437. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  438. //Name of generator toolset.
  439. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  440. //Source directory with the top level CMakeLists.txt file for this
  441. // project
  442. CMAKE_HOME_DIRECTORY:INTERNAL=/home/ros2/dev2_ws/src/aruco_interfaces
  443. //Install .so files without execute permission.
  444. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  445. //ADVANCED property for variable: CMAKE_LINKER
  446. CMAKE_LINKER-ADVANCED:INTERNAL=1
  447. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  448. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  449. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  450. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  451. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  452. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  453. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  454. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  455. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  456. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  457. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  458. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  459. //ADVANCED property for variable: CMAKE_NM
  460. CMAKE_NM-ADVANCED:INTERNAL=1
  461. //number of local generators
  462. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
  463. //ADVANCED property for variable: CMAKE_OBJCOPY
  464. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  465. //ADVANCED property for variable: CMAKE_OBJDUMP
  466. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  467. //Platform information initialized
  468. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  469. //ADVANCED property for variable: CMAKE_RANLIB
  470. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  471. //ADVANCED property for variable: CMAKE_READELF
  472. CMAKE_READELF-ADVANCED:INTERNAL=1
  473. //Path to CMake installation.
  474. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.16
  475. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  476. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  477. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  478. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  479. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  480. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  481. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  482. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  483. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  484. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  485. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  486. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  487. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  488. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  489. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  490. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  491. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  492. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  493. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  494. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  495. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  496. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  497. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  498. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  499. //ADVANCED property for variable: CMAKE_STRIP
  500. CMAKE_STRIP-ADVANCED:INTERNAL=1
  501. //uname command
  502. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  503. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  504. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  505. //Details about finding FastRTPS
  506. FIND_PACKAGE_MESSAGE_DETAILS_FastRTPS:INTERNAL=[/opt/ros/foxy/include][/opt/ros/foxy/lib/libfastrtps.so;/opt/ros/foxy/lib/libfastcdr.so][v()]
  507. //Details about finding OpenSSL
  508. FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libcrypto.so][/usr/include][c ][v1.1.1f()]
  509. //Details about finding PythonExtra
  510. FIND_PACKAGE_MESSAGE_DETAILS_PythonExtra:INTERNAL=[.so][/usr/include/python3.8][/usr/lib/x86_64-linux-gnu/libpython3.8.so][.cpython-38-x86_64-linux-gnu][v()]
  511. //Details about finding PythonInterp
  512. FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python3][v3.8.10(3.5)]
  513. //Details about finding PythonLibs
  514. FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpython3.8.so][/usr/include/python3.8][v3.8.10(3.5)]
  515. //ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
  516. OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
  517. //ADVANCED property for variable: OPENSSL_INCLUDE_DIR
  518. OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
  519. //ADVANCED property for variable: OPENSSL_SSL_LIBRARY
  520. OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
  521. //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
  522. PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
  523. //ADVANCED property for variable: PYTHON_EXECUTABLE
  524. PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
  525. //ADVANCED property for variable: PYTHON_INCLUDE_DIR
  526. PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1
  527. //The directory for Python library installation. This needs to
  528. // be in PYTHONPATH when 'setup.py install' is called.
  529. PYTHON_INSTALL_DIR:INTERNAL=lib/python3.8/site-packages
  530. //ADVANCED property for variable: PYTHON_LIBRARY
  531. PYTHON_LIBRARY-ADVANCED:INTERNAL=1
  532. //ADVANCED property for variable: PYTHON_LIBRARY_DEBUG
  533. PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  534. //The SOABI suffix for Python native extensions. See PEP-3149:
  535. // https://www.python.org/dev/peps/pep-3149/.
  536. PYTHON_SOABI:INTERNAL=cpython-38-x86_64-linux-gnu
  537. //The full suffix for Python native extensions. See PEP-3149: https://www.python.org/dev/peps/pep-3149/.
  538. PythonExtra_EXTENSION_SUFFIX:INTERNAL=.cpython-38-x86_64-linux-gnu
  539. _OPENSSL_CFLAGS:INTERNAL=
  540. _OPENSSL_CFLAGS_I:INTERNAL=
  541. _OPENSSL_CFLAGS_OTHER:INTERNAL=
  542. _OPENSSL_FOUND:INTERNAL=1
  543. _OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
  544. _OPENSSL_INCLUDE_DIRS:INTERNAL=
  545. _OPENSSL_LDFLAGS:INTERNAL=-lssl;-lcrypto
  546. _OPENSSL_LDFLAGS_OTHER:INTERNAL=
  547. _OPENSSL_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
  548. _OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
  549. _OPENSSL_LIBRARY_DIRS:INTERNAL=
  550. _OPENSSL_LIBS:INTERNAL=
  551. _OPENSSL_LIBS_L:INTERNAL=
  552. _OPENSSL_LIBS_OTHER:INTERNAL=
  553. _OPENSSL_LIBS_PATHS:INTERNAL=
  554. _OPENSSL_MODULE_NAME:INTERNAL=openssl
  555. _OPENSSL_PREFIX:INTERNAL=/usr
  556. _OPENSSL_STATIC_CFLAGS:INTERNAL=
  557. _OPENSSL_STATIC_CFLAGS_I:INTERNAL=
  558. _OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
  559. _OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=
  560. _OPENSSL_STATIC_LDFLAGS:INTERNAL=-lssl;-lcrypto;-ldl;-pthread
  561. _OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
  562. _OPENSSL_STATIC_LIBDIR:INTERNAL=
  563. _OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl
  564. _OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=
  565. _OPENSSL_STATIC_LIBS:INTERNAL=
  566. _OPENSSL_STATIC_LIBS_L:INTERNAL=
  567. _OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
  568. _OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
  569. _OPENSSL_VERSION:INTERNAL=1.1.1f
  570. _OPENSSL_openssl_INCLUDEDIR:INTERNAL=
  571. _OPENSSL_openssl_LIBDIR:INTERNAL=
  572. _OPENSSL_openssl_PREFIX:INTERNAL=
  573. _OPENSSL_openssl_VERSION:INTERNAL=
  574. __pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl
  575. __pkg_config_checked__OPENSSL:INTERNAL=1
  576. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto
  577. pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1
  578. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl
  579. pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1
  580. prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu