CMakeCache.txt 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/ubuntu/ws_eye/build/interface_protocol
  3. # It was generated by CMake: /usr/bin/cmake
  4. # You can edit this file to change values found and used by cmake.
  5. # If you do not want to change any of the values, simply exit the editor.
  6. # If you do want to change a value, simply edit, save, and exit the editor.
  7. # The syntax for the file is as follows:
  8. # KEY:TYPE=VALUE
  9. # KEY is the name of a variable in the cache.
  10. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
  11. # VALUE is the current value for the KEY.
  12. ########################
  13. # EXTERNAL cache entries
  14. ########################
  15. //Generate environment files in the CMAKE_INSTALL_PREFIX
  16. AMENT_CMAKE_ENVIRONMENT_GENERATION:BOOL=OFF
  17. //Generate environment files in the package share folder
  18. AMENT_CMAKE_ENVIRONMENT_PACKAGE_GENERATION:BOOL=ON
  19. //Generate marker file containing the parent prefix path
  20. AMENT_CMAKE_ENVIRONMENT_PARENT_PREFIX_PATH_GENERATION:BOOL=ON
  21. //Replace the CMake install command with a custom implementation
  22. // using symlinks instead of copying resources
  23. AMENT_CMAKE_SYMLINK_INSTALL:BOOL=OFF
  24. //Generate an uninstall target to revert the effects of the install
  25. // step
  26. AMENT_CMAKE_UNINSTALL_TARGET:BOOL=ON
  27. //The path where test results are generated
  28. AMENT_TEST_RESULTS_DIR:PATH=/home/ubuntu/ws_eye/build/interface_protocol/test_results
  29. //Global flag to cause add_library() to create shared libraries
  30. // if on. If set to true, this will cause all libraries to be built
  31. // shared unless the library was explicitly added as a static library.
  32. BUILD_SHARED_LIBS:BOOL=ON
  33. //Build the testing tree.
  34. BUILD_TESTING:BOOL=ON
  35. //Path to a program.
  36. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
  37. //Path to a program.
  38. CMAKE_AR:FILEPATH=/usr/bin/ar
  39. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  40. // MinSizeRel ...
  41. CMAKE_BUILD_TYPE:STRING=
  42. //Enable/Disable color output during build.
  43. CMAKE_COLOR_MAKEFILE:BOOL=ON
  44. //CXX compiler
  45. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  46. //A wrapper around 'ar' adding the appropriate '--plugin' option
  47. // for the GCC compiler
  48. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
  49. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  50. // for the GCC compiler
  51. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
  52. //Flags used by the CXX compiler during all build types.
  53. CMAKE_CXX_FLAGS:STRING=
  54. //Flags used by the CXX compiler during DEBUG builds.
  55. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  56. //Flags used by the CXX compiler during MINSIZEREL builds.
  57. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  58. //Flags used by the CXX compiler during RELEASE builds.
  59. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  60. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  61. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  62. //C compiler
  63. CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
  64. //A wrapper around 'ar' adding the appropriate '--plugin' option
  65. // for the GCC compiler
  66. CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
  67. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  68. // for the GCC compiler
  69. CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
  70. //Flags used by the C compiler during all build types.
  71. CMAKE_C_FLAGS:STRING=
  72. //Flags used by the C compiler during DEBUG builds.
  73. CMAKE_C_FLAGS_DEBUG:STRING=-g
  74. //Flags used by the C compiler during MINSIZEREL builds.
  75. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  76. //Flags used by the C compiler during RELEASE builds.
  77. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  78. //Flags used by the C compiler during RELWITHDEBINFO builds.
  79. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  80. //Path to a program.
  81. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
  82. //Flags used by the linker during all build types.
  83. CMAKE_EXE_LINKER_FLAGS:STRING=
  84. //Flags used by the linker during DEBUG builds.
  85. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  86. //Flags used by the linker during MINSIZEREL builds.
  87. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  88. //Flags used by the linker during RELEASE builds.
  89. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  90. //Flags used by the linker during RELWITHDEBINFO builds.
  91. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  92. //Enable/Disable output of compile commands during generation.
  93. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
  94. //Install path prefix, prepended onto install directories.
  95. CMAKE_INSTALL_PREFIX:PATH=/home/ubuntu/ws_eye/install/interface_protocol
  96. //Path to a program.
  97. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  98. //Path to a program.
  99. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
  100. //Flags used by the linker during the creation of modules during
  101. // all build types.
  102. CMAKE_MODULE_LINKER_FLAGS:STRING=
  103. //Flags used by the linker during the creation of modules during
  104. // DEBUG builds.
  105. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  106. //Flags used by the linker during the creation of modules during
  107. // MINSIZEREL builds.
  108. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  109. //Flags used by the linker during the creation of modules during
  110. // RELEASE builds.
  111. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  112. //Flags used by the linker during the creation of modules during
  113. // RELWITHDEBINFO builds.
  114. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  115. //Path to a program.
  116. CMAKE_NM:FILEPATH=/usr/bin/nm
  117. //Path to a program.
  118. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  119. //Path to a program.
  120. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  121. //Value Computed by CMake
  122. CMAKE_PROJECT_DESCRIPTION:STATIC=
  123. //Value Computed by CMake
  124. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  125. //Value Computed by CMake
  126. CMAKE_PROJECT_NAME:STATIC=interface_protocol
  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. //Generate message interfaces
  174. GEN_MESSAGE:BOOL=ON
  175. //Path to a program.
  176. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
  177. //Path to a file.
  178. PYTHON_INCLUDE_DIR:PATH=/usr/include/python3.10
  179. //Path to a library.
  180. PYTHON_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libpython3.10.so
  181. //Path to a library.
  182. PYTHON_LIBRARY_DEBUG:FILEPATH=PYTHON_LIBRARY_DEBUG-NOTFOUND
  183. //Path to a program.
  184. Python3_EXECUTABLE:FILEPATH=/usr/bin/python3
  185. //Name of the computer/site where compile is being run
  186. SITE:STRING=ubuntu
  187. //Path to a library.
  188. _lib:FILEPATH=/opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_cpp.so
  189. //Path to a file.
  190. _numpy_h:FILEPATH=/usr/include/python3.10/numpy/numpyconfig.h
  191. //The directory containing a CMake configuration file for ament_cmake.
  192. ament_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake/cmake
  193. //The directory containing a CMake configuration file for ament_cmake_core.
  194. ament_cmake_core_DIR:PATH=/opt/ros/humble/share/ament_cmake_core/cmake
  195. //The directory containing a CMake configuration file for ament_cmake_export_definitions.
  196. ament_cmake_export_definitions_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_definitions/cmake
  197. //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
  198. ament_cmake_export_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_dependencies/cmake
  199. //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
  200. ament_cmake_export_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_include_directories/cmake
  201. //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
  202. ament_cmake_export_interfaces_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_interfaces/cmake
  203. //The directory containing a CMake configuration file for ament_cmake_export_libraries.
  204. ament_cmake_export_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_libraries/cmake
  205. //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
  206. ament_cmake_export_link_flags_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_link_flags/cmake
  207. //The directory containing a CMake configuration file for ament_cmake_export_targets.
  208. ament_cmake_export_targets_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_targets/cmake
  209. //The directory containing a CMake configuration file for ament_cmake_gen_version_h.
  210. ament_cmake_gen_version_h_DIR:PATH=/opt/ros/humble/share/ament_cmake_gen_version_h/cmake
  211. //The directory containing a CMake configuration file for ament_cmake_gmock.
  212. ament_cmake_gmock_DIR:PATH=/opt/ros/humble/share/ament_cmake_gmock/cmake
  213. //The directory containing a CMake configuration file for ament_cmake_gtest.
  214. ament_cmake_gtest_DIR:PATH=/opt/ros/humble/share/ament_cmake_gtest/cmake
  215. //The directory containing a CMake configuration file for ament_cmake_include_directories.
  216. ament_cmake_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_include_directories/cmake
  217. //The directory containing a CMake configuration file for ament_cmake_libraries.
  218. ament_cmake_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_libraries/cmake
  219. //The directory containing a CMake configuration file for ament_cmake_pytest.
  220. ament_cmake_pytest_DIR:PATH=/opt/ros/humble/share/ament_cmake_pytest/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_ros.
  224. ament_cmake_ros_DIR:PATH=/opt/ros/humble/share/ament_cmake_ros/cmake
  225. //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
  226. ament_cmake_target_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_target_dependencies/cmake
  227. //The directory containing a CMake configuration file for ament_cmake_test.
  228. ament_cmake_test_DIR:PATH=/opt/ros/humble/share/ament_cmake_test/cmake
  229. //The directory containing a CMake configuration file for ament_cmake_version.
  230. ament_cmake_version_DIR:PATH=/opt/ros/humble/share/ament_cmake_version/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. //The directory containing a CMake configuration file for fastcdr.
  234. fastcdr_DIR:PATH=/opt/ros/humble/lib/cmake/fastcdr
  235. //The directory containing a CMake configuration file for fastrtps_cmake_module.
  236. fastrtps_cmake_module_DIR:PATH=/opt/ros/humble/share/fastrtps_cmake_module/cmake
  237. //The directory containing a CMake configuration file for geometry_msgs.
  238. geometry_msgs_DIR:PATH=/opt/ros/humble/share/geometry_msgs/cmake
  239. //Value Computed by CMake
  240. interface_protocol_BINARY_DIR:STATIC=/home/ubuntu/ws_eye/build/interface_protocol
  241. //Value Computed by CMake
  242. interface_protocol_IS_TOP_LEVEL:STATIC=ON
  243. //Value Computed by CMake
  244. interface_protocol_SOURCE_DIR:STATIC=/home/ubuntu/ws_eye/src/interface_protocol
  245. //Dependencies for the target
  246. interface_protocol__rosidl_generator_c_LIB_DEPENDS:STATIC=general;std_msgs::std_msgs__rosidl_generator_c;general;builtin_interfaces::builtin_interfaces__rosidl_generator_c;general;std_srvs::std_srvs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rcutils::rcutils;
  247. //Dependencies for the target
  248. interface_protocol__rosidl_generator_py_LIB_DEPENDS:STATIC=general;interface_protocol__rosidl_generator_c;general;/usr/lib/aarch64-linux-gnu/libpython3.10.so;general;interface_protocol__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_generator_py;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py;general;std_srvs::std_srvs__rosidl_generator_py;general;geometry_msgs::geometry_msgs__rosidl_generator_py;
  249. //Dependencies for the target
  250. interface_protocol__rosidl_typesupport_c_LIB_DEPENDS:STATIC=general;interface_protocol__rosidl_generator_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c;general;std_srvs::std_srvs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;
  251. //Dependencies for the target
  252. interface_protocol__rosidl_typesupport_c__pyext_LIB_DEPENDS:STATIC=general;interface_protocol__rosidl_generator_py;general;/usr/lib/aarch64-linux-gnu/libpython3.10.so;general;interface_protocol__rosidl_typesupport_c;general;interface_protocol__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_py;general;builtin_interfaces::builtin_interfaces__rosidl_generator_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py;general;std_srvs::std_srvs__rosidl_generator_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_c;general;std_srvs::std_srvs__rosidl_typesupport_introspection_c;general;std_srvs::std_srvs__rosidl_typesupport_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_cpp;general;std_srvs::std_srvs__rosidl_typesupport_introspection_cpp;general;std_srvs::std_srvs__rosidl_typesupport_cpp;general;std_srvs::std_srvs__rosidl_generator_py;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;geometry_msgs::geometry_msgs__rosidl_generator_py;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/humble/lib/librmw.so;general;rcutils::rcutils;general;rosidl_runtime_c::rosidl_runtime_c;
  253. //Dependencies for the target
  254. interface_protocol__rosidl_typesupport_cpp_LIB_DEPENDS:STATIC=general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_cpp::rosidl_typesupport_cpp;general;rosidl_typesupport_c::rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;std_srvs::std_srvs__rosidl_typesupport_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;
  255. //Dependencies for the target
  256. interface_protocol__rosidl_typesupport_fastrtps_c_LIB_DEPENDS:STATIC=general;fastcdr;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;rosidl_typesupport_fastrtps_c::rosidl_typesupport_fastrtps_c;general;interface_protocol__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_c;
  257. //Dependencies for the target
  258. interface_protocol__rosidl_typesupport_fastrtps_c__pyext_LIB_DEPENDS:STATIC=general;interface_protocol__rosidl_generator_py;general;/usr/lib/aarch64-linux-gnu/libpython3.10.so;general;interface_protocol__rosidl_typesupport_fastrtps_c;general;interface_protocol__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_py;general;builtin_interfaces::builtin_interfaces__rosidl_generator_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py;general;std_srvs::std_srvs__rosidl_generator_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_c;general;std_srvs::std_srvs__rosidl_typesupport_introspection_c;general;std_srvs::std_srvs__rosidl_typesupport_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_cpp;general;std_srvs::std_srvs__rosidl_typesupport_introspection_cpp;general;std_srvs::std_srvs__rosidl_typesupport_cpp;general;std_srvs::std_srvs__rosidl_generator_py;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;geometry_msgs::geometry_msgs__rosidl_generator_py;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/humble/lib/librmw.so;general;rcutils::rcutils;general;rosidl_runtime_c::rosidl_runtime_c;
  259. //Dependencies for the target
  260. interface_protocol__rosidl_typesupport_fastrtps_cpp_LIB_DEPENDS:STATIC=general;fastcdr;general;rmw::rmw;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_cpp;
  261. //Dependencies for the target
  262. interface_protocol__rosidl_typesupport_introspection_c_LIB_DEPENDS:STATIC=general;interface_protocol__rosidl_generator_c;general;rosidl_typesupport_introspection_c::rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c;general;std_srvs::std_srvs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;
  263. //Dependencies for the target
  264. interface_protocol__rosidl_typesupport_introspection_c__pyext_LIB_DEPENDS:STATIC=general;interface_protocol__rosidl_generator_py;general;/usr/lib/aarch64-linux-gnu/libpython3.10.so;general;interface_protocol__rosidl_typesupport_introspection_c;general;interface_protocol__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_py;general;builtin_interfaces::builtin_interfaces__rosidl_generator_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py;general;std_srvs::std_srvs__rosidl_generator_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_c;general;std_srvs::std_srvs__rosidl_typesupport_introspection_c;general;std_srvs::std_srvs__rosidl_typesupport_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_cpp;general;std_srvs::std_srvs__rosidl_typesupport_introspection_cpp;general;std_srvs::std_srvs__rosidl_typesupport_cpp;general;std_srvs::std_srvs__rosidl_generator_py;general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;geometry_msgs::geometry_msgs__rosidl_generator_py;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/humble/lib/librmw.so;general;rcutils::rcutils;general;rosidl_runtime_c::rosidl_runtime_c;
  265. //Dependencies for the target
  266. interface_protocol__rosidl_typesupport_introspection_cpp_LIB_DEPENDS:STATIC=general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_introspection_cpp::rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp;general;std_srvs::std_srvs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;
  267. //The directory containing a CMake configuration file for python_cmake_module.
  268. python_cmake_module_DIR:PATH=/opt/ros/humble/share/python_cmake_module/cmake
  269. //The directory containing a CMake configuration file for rcpputils.
  270. rcpputils_DIR:PATH=/opt/ros/humble/share/rcpputils/cmake
  271. //The directory containing a CMake configuration file for rcutils.
  272. rcutils_DIR:PATH=/opt/ros/humble/share/rcutils/cmake
  273. //The directory containing a CMake configuration file for rmw.
  274. rmw_DIR:PATH=/opt/ros/humble/share/rmw/cmake
  275. //The directory containing a CMake configuration file for rosidl_adapter.
  276. rosidl_adapter_DIR:PATH=/opt/ros/humble/share/rosidl_adapter/cmake
  277. //The directory containing a CMake configuration file for rosidl_cmake.
  278. rosidl_cmake_DIR:PATH=/opt/ros/humble/share/rosidl_cmake/cmake
  279. //The directory containing a CMake configuration file for rosidl_default_generators.
  280. rosidl_default_generators_DIR:PATH=/opt/ros/humble/share/rosidl_default_generators/cmake
  281. //The directory containing a CMake configuration file for rosidl_default_runtime.
  282. rosidl_default_runtime_DIR:PATH=/opt/ros/humble/share/rosidl_default_runtime/cmake
  283. //The directory containing a CMake configuration file for rosidl_generator_c.
  284. rosidl_generator_c_DIR:PATH=/opt/ros/humble/share/rosidl_generator_c/cmake
  285. //The directory containing a CMake configuration file for rosidl_generator_cpp.
  286. rosidl_generator_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_generator_cpp/cmake
  287. //The directory containing a CMake configuration file for rosidl_generator_py.
  288. rosidl_generator_py_DIR:PATH=/opt/ros/humble/share/rosidl_generator_py/cmake
  289. //The directory containing a CMake configuration file for rosidl_generator_rs.
  290. rosidl_generator_rs_DIR:PATH=/opt/ros/humble/share/rosidl_generator_rs/cmake
  291. //The directory containing a CMake configuration file for rosidl_runtime_c.
  292. rosidl_runtime_c_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_c/cmake
  293. //The directory containing a CMake configuration file for rosidl_runtime_cpp.
  294. rosidl_runtime_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_cpp/cmake
  295. //The directory containing a CMake configuration file for rosidl_typesupport_c.
  296. rosidl_typesupport_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_c/cmake
  297. //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
  298. rosidl_typesupport_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_cpp/cmake
  299. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
  300. rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake
  301. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
  302. rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake
  303. //The directory containing a CMake configuration file for rosidl_typesupport_interface.
  304. rosidl_typesupport_interface_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_interface/cmake
  305. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
  306. rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake
  307. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
  308. rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake
  309. //The directory containing a CMake configuration file for std_msgs.
  310. std_msgs_DIR:PATH=/opt/ros/humble/share/std_msgs/cmake
  311. //The directory containing a CMake configuration file for std_srvs.
  312. std_srvs_DIR:PATH=/opt/ros/humble/share/std_srvs/cmake
  313. ########################
  314. # INTERNAL cache entries
  315. ########################
  316. //ADVANCED property for variable: CMAKE_ADDR2LINE
  317. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  318. //ADVANCED property for variable: CMAKE_AR
  319. CMAKE_AR-ADVANCED:INTERNAL=1
  320. //This is the directory where this CMakeCache.txt was created
  321. CMAKE_CACHEFILE_DIR:INTERNAL=/home/ubuntu/ws_eye/build/interface_protocol
  322. //Major version of cmake used to create the current loaded cache
  323. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  324. //Minor version of cmake used to create the current loaded cache
  325. CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
  326. //Patch version of cmake used to create the current loaded cache
  327. CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
  328. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  329. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  330. //Path to CMake executable.
  331. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  332. //Path to cpack program executable.
  333. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  334. //Path to ctest program executable.
  335. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  336. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  337. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  338. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  339. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  340. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  341. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  342. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  343. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  344. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  345. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  346. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  347. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  348. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  349. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  350. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  351. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  352. //ADVANCED property for variable: CMAKE_C_COMPILER
  353. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  354. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  355. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  356. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  357. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  358. //ADVANCED property for variable: CMAKE_C_FLAGS
  359. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  360. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  361. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  362. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  363. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  364. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  365. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  366. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  367. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  368. //ADVANCED property for variable: CMAKE_DLLTOOL
  369. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  370. //Path to cache edit program executable.
  371. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/cmake-gui
  372. //Executable file format
  373. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  374. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  375. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  376. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  377. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  378. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  379. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  380. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  381. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  382. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  383. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  384. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  385. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  386. //Name of external makefile project generator.
  387. CMAKE_EXTRA_GENERATOR:INTERNAL=
  388. //Name of generator.
  389. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  390. //Generator instance identifier.
  391. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  392. //Name of generator platform.
  393. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  394. //Name of generator toolset.
  395. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  396. //Source directory with the top level CMakeLists.txt file for this
  397. // project
  398. CMAKE_HOME_DIRECTORY:INTERNAL=/home/ubuntu/ws_eye/src/interface_protocol
  399. //Install .so files without execute permission.
  400. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  401. //ADVANCED property for variable: CMAKE_LINKER
  402. CMAKE_LINKER-ADVANCED:INTERNAL=1
  403. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  404. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  405. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  406. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  407. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  408. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  409. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  410. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  411. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  412. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  413. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  414. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  415. //ADVANCED property for variable: CMAKE_NM
  416. CMAKE_NM-ADVANCED:INTERNAL=1
  417. //number of local generators
  418. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=3
  419. //ADVANCED property for variable: CMAKE_OBJCOPY
  420. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  421. //ADVANCED property for variable: CMAKE_OBJDUMP
  422. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  423. //Platform information initialized
  424. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  425. //ADVANCED property for variable: CMAKE_RANLIB
  426. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  427. //ADVANCED property for variable: CMAKE_READELF
  428. CMAKE_READELF-ADVANCED:INTERNAL=1
  429. //Path to CMake installation.
  430. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
  431. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  432. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  433. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  434. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  435. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  436. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  437. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  438. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  439. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  440. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  441. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  442. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  443. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  444. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  445. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  446. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  447. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  448. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  449. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  450. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  451. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  452. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  453. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  454. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  455. //ADVANCED property for variable: CMAKE_STRIP
  456. CMAKE_STRIP-ADVANCED:INTERNAL=1
  457. //uname command
  458. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  459. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  460. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  461. //Details about finding Python3
  462. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3][cfound components: Interpreter ][v3.10.12()]
  463. //Details about finding PythonExtra
  464. FIND_PACKAGE_MESSAGE_DETAILS_PythonExtra:INTERNAL=[.so][/usr/include/python3.10][/usr/lib/aarch64-linux-gnu/libpython3.10.so][cpython-310-aarch64-linux-gnu][.cpython-310-aarch64-linux-gnu][v()]
  465. //Details about finding PythonInterp
  466. FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python3][v3.10.12(3.6)]
  467. //Details about finding PythonLibs
  468. FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/usr/lib/aarch64-linux-gnu/libpython3.10.so][/usr/include/python3.10][v3.10.12(3.5)]
  469. //ADVANCED property for variable: PYTHON_EXECUTABLE
  470. PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
  471. //ADVANCED property for variable: PYTHON_INCLUDE_DIR
  472. PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1
  473. //The directory for Python library installation. This needs to
  474. // be in PYTHONPATH when 'setup.py install' is called.
  475. PYTHON_INSTALL_DIR:INTERNAL=local/lib/python3.10/dist-packages
  476. //ADVANCED property for variable: PYTHON_LIBRARY
  477. PYTHON_LIBRARY-ADVANCED:INTERNAL=1
  478. //ADVANCED property for variable: PYTHON_LIBRARY_DEBUG
  479. PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  480. //The SOABI suffix for Python native extensions. See PEP-3149:
  481. // https://www.python.org/dev/peps/pep-3149/.
  482. PYTHON_SOABI:INTERNAL=cpython-310-aarch64-linux-gnu
  483. //The full suffix for Python native extensions. See PEP-3149: https://www.python.org/dev/peps/pep-3149/.
  484. PythonExtra_EXTENSION_SUFFIX:INTERNAL=.cpython-310-aarch64-linux-gnu
  485. _Python3_EXECUTABLE:INTERNAL=/usr/bin/python3
  486. //Python3 Properties
  487. _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;10;12;64;;cpython-310-aarch64-linux-gnu;/usr/lib/python3.10;/usr/lib/python3.10;/usr/lib/python3/dist-packages;/usr/lib/python3/dist-packages
  488. _Python3_INTERPRETER_SIGNATURE:INTERNAL=0f3e53742e142b1d9e50e4ca5b901dd8