CMakeCache.txt 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/ubuntu/eyes/build/eye_ros
  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/eyes/build/eye_ros/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/ubuntu/eyes/install/eye_ros
  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=eye_ros
  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 program.
  170. Python3_EXECUTABLE:FILEPATH=/usr/bin/python3
  171. //Name of the computer/site where compile is being run
  172. SITE:STRING=ubuntu
  173. //Path to a library.
  174. _lib:FILEPATH=/opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_cpp.so
  175. //The directory containing a CMake configuration file for ament_cmake.
  176. ament_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake/cmake
  177. //The directory containing a CMake configuration file for ament_cmake_core.
  178. ament_cmake_core_DIR:PATH=/opt/ros/humble/share/ament_cmake_core/cmake
  179. //The directory containing a CMake configuration file for ament_cmake_export_definitions.
  180. ament_cmake_export_definitions_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_definitions/cmake
  181. //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
  182. ament_cmake_export_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_dependencies/cmake
  183. //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
  184. ament_cmake_export_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_include_directories/cmake
  185. //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
  186. ament_cmake_export_interfaces_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_interfaces/cmake
  187. //The directory containing a CMake configuration file for ament_cmake_export_libraries.
  188. ament_cmake_export_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_libraries/cmake
  189. //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
  190. ament_cmake_export_link_flags_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_link_flags/cmake
  191. //The directory containing a CMake configuration file for ament_cmake_export_targets.
  192. ament_cmake_export_targets_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_targets/cmake
  193. //The directory containing a CMake configuration file for ament_cmake_gen_version_h.
  194. ament_cmake_gen_version_h_DIR:PATH=/opt/ros/humble/share/ament_cmake_gen_version_h/cmake
  195. //The directory containing a CMake configuration file for ament_cmake_include_directories.
  196. ament_cmake_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_include_directories/cmake
  197. //The directory containing a CMake configuration file for ament_cmake_libraries.
  198. ament_cmake_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_libraries/cmake
  199. //The directory containing a CMake configuration file for ament_cmake_python.
  200. ament_cmake_python_DIR:PATH=/opt/ros/humble/share/ament_cmake_python/cmake
  201. //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
  202. ament_cmake_target_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_target_dependencies/cmake
  203. //The directory containing a CMake configuration file for ament_cmake_test.
  204. ament_cmake_test_DIR:PATH=/opt/ros/humble/share/ament_cmake_test/cmake
  205. //The directory containing a CMake configuration file for ament_cmake_version.
  206. ament_cmake_version_DIR:PATH=/opt/ros/humble/share/ament_cmake_version/cmake
  207. //The directory containing a CMake configuration file for builtin_interfaces.
  208. builtin_interfaces_DIR:PATH=/opt/ros/humble/share/builtin_interfaces/cmake
  209. //Value Computed by CMake
  210. eye_ros_BINARY_DIR:STATIC=/home/ubuntu/eyes/build/eye_ros
  211. //Value Computed by CMake
  212. eye_ros_IS_TOP_LEVEL:STATIC=ON
  213. //Value Computed by CMake
  214. eye_ros_SOURCE_DIR:STATIC=/home/ubuntu/eyes/src/eye_ros
  215. //The directory containing a CMake configuration file for fastcdr.
  216. fastcdr_DIR:PATH=/opt/ros/humble/lib/cmake/fastcdr
  217. //The directory containing a CMake configuration file for fastrtps_cmake_module.
  218. fastrtps_cmake_module_DIR:PATH=/opt/ros/humble/share/fastrtps_cmake_module/cmake
  219. //The directory containing a CMake configuration file for geometry_msgs.
  220. geometry_msgs_DIR:PATH=/opt/ros/humble/share/geometry_msgs/cmake
  221. //The directory containing a CMake configuration file for rclpy.
  222. rclpy_DIR:PATH=/opt/ros/humble/share/rclpy/cmake
  223. //The directory containing a CMake configuration file for rcpputils.
  224. rcpputils_DIR:PATH=/opt/ros/humble/share/rcpputils/cmake
  225. //The directory containing a CMake configuration file for rcutils.
  226. rcutils_DIR:PATH=/opt/ros/humble/share/rcutils/cmake
  227. //The directory containing a CMake configuration file for rmw.
  228. rmw_DIR:PATH=/opt/ros/humble/share/rmw/cmake
  229. //The directory containing a CMake configuration file for rosidl_adapter.
  230. rosidl_adapter_DIR:PATH=/opt/ros/humble/share/rosidl_adapter/cmake
  231. //The directory containing a CMake configuration file for rosidl_cmake.
  232. rosidl_cmake_DIR:PATH=/opt/ros/humble/share/rosidl_cmake/cmake
  233. //The directory containing a CMake configuration file for rosidl_default_runtime.
  234. rosidl_default_runtime_DIR:PATH=/opt/ros/humble/share/rosidl_default_runtime/cmake
  235. //The directory containing a CMake configuration file for rosidl_generator_c.
  236. rosidl_generator_c_DIR:PATH=/opt/ros/humble/share/rosidl_generator_c/cmake
  237. //The directory containing a CMake configuration file for rosidl_generator_cpp.
  238. rosidl_generator_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_generator_cpp/cmake
  239. //The directory containing a CMake configuration file for rosidl_runtime_c.
  240. rosidl_runtime_c_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_c/cmake
  241. //The directory containing a CMake configuration file for rosidl_runtime_cpp.
  242. rosidl_runtime_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_cpp/cmake
  243. //The directory containing a CMake configuration file for rosidl_typesupport_c.
  244. rosidl_typesupport_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_c/cmake
  245. //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
  246. rosidl_typesupport_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_cpp/cmake
  247. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
  248. rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake
  249. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
  250. rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake
  251. //The directory containing a CMake configuration file for rosidl_typesupport_interface.
  252. rosidl_typesupport_interface_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_interface/cmake
  253. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
  254. rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake
  255. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
  256. rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake
  257. //The directory containing a CMake configuration file for sensor_msgs.
  258. sensor_msgs_DIR:PATH=/opt/ros/humble/share/sensor_msgs/cmake
  259. //The directory containing a CMake configuration file for std_msgs.
  260. std_msgs_DIR:PATH=/opt/ros/humble/share/std_msgs/cmake
  261. ########################
  262. # INTERNAL cache entries
  263. ########################
  264. //ADVANCED property for variable: CMAKE_ADDR2LINE
  265. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  266. //ADVANCED property for variable: CMAKE_AR
  267. CMAKE_AR-ADVANCED:INTERNAL=1
  268. //This is the directory where this CMakeCache.txt was created
  269. CMAKE_CACHEFILE_DIR:INTERNAL=/home/ubuntu/eyes/build/eye_ros
  270. //Major version of cmake used to create the current loaded cache
  271. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  272. //Minor version of cmake used to create the current loaded cache
  273. CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
  274. //Patch version of cmake used to create the current loaded cache
  275. CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
  276. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  277. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  278. //Path to CMake executable.
  279. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  280. //Path to cpack program executable.
  281. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  282. //Path to ctest program executable.
  283. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  284. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  285. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  286. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  287. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  288. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  289. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  290. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  291. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  292. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  293. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  294. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  295. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  296. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  297. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  298. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  299. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  300. //ADVANCED property for variable: CMAKE_C_COMPILER
  301. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  302. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  303. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  304. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  305. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  306. //ADVANCED property for variable: CMAKE_C_FLAGS
  307. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  308. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  309. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  310. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  311. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  312. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  313. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  314. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  315. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  316. //ADVANCED property for variable: CMAKE_DLLTOOL
  317. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  318. //Path to cache edit program executable.
  319. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/cmake-gui
  320. //Executable file format
  321. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  322. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  323. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  324. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  325. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  326. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  327. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  328. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  329. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  330. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  331. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  332. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  333. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  334. //Name of external makefile project generator.
  335. CMAKE_EXTRA_GENERATOR:INTERNAL=
  336. //Name of generator.
  337. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  338. //Generator instance identifier.
  339. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  340. //Name of generator platform.
  341. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  342. //Name of generator toolset.
  343. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  344. //Source directory with the top level CMakeLists.txt file for this
  345. // project
  346. CMAKE_HOME_DIRECTORY:INTERNAL=/home/ubuntu/eyes/src/eye_ros
  347. //Install .so files without execute permission.
  348. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  349. //ADVANCED property for variable: CMAKE_LINKER
  350. CMAKE_LINKER-ADVANCED:INTERNAL=1
  351. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  352. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  353. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  354. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  355. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  356. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  357. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  358. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  359. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  360. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  361. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  362. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  363. //ADVANCED property for variable: CMAKE_NM
  364. CMAKE_NM-ADVANCED:INTERNAL=1
  365. //number of local generators
  366. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
  367. //ADVANCED property for variable: CMAKE_OBJCOPY
  368. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  369. //ADVANCED property for variable: CMAKE_OBJDUMP
  370. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  371. //Platform information initialized
  372. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  373. //ADVANCED property for variable: CMAKE_RANLIB
  374. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  375. //ADVANCED property for variable: CMAKE_READELF
  376. CMAKE_READELF-ADVANCED:INTERNAL=1
  377. //Path to CMake installation.
  378. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
  379. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  380. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  381. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  382. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  383. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  384. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  385. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  386. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  387. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  388. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  389. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  390. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  391. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  392. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  393. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  394. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  395. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  396. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  397. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  398. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  399. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  400. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  401. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  402. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  403. //ADVANCED property for variable: CMAKE_STRIP
  404. CMAKE_STRIP-ADVANCED:INTERNAL=1
  405. //uname command
  406. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  407. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  408. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  409. //Details about finding Python3
  410. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3][cfound components: Interpreter ][v3.10.12()]
  411. //The directory for Python library installation. This needs to
  412. // be in PYTHONPATH when 'setup.py install' is called.
  413. PYTHON_INSTALL_DIR:INTERNAL=local/lib/python3.10/dist-packages
  414. _Python3_EXECUTABLE:INTERNAL=/usr/bin/python3
  415. //Python3 Properties
  416. _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
  417. _Python3_INTERPRETER_SIGNATURE:INTERNAL=0f3e53742e142b1d9e50e4ca5b901dd8