CMakeCache.txt 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/ubuntu/eyes/build/realsense2_rviz_plugin
  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/realsense2_rviz_plugin/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/realsense2_rviz_plugin
  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=realsense2_rviz_plugin
  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. //Enable RVIZ RGBD plugin-specific code
  172. RVIZ_RGBD_PLUGIN:BOOL=OFF
  173. //Name of the computer/site where compile is being run
  174. SITE:STRING=ubuntu
  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. //Value Computed by CMake
  208. realsense2_rviz_plugin_BINARY_DIR:STATIC=/home/ubuntu/eyes/build/realsense2_rviz_plugin
  209. //Value Computed by CMake
  210. realsense2_rviz_plugin_IS_TOP_LEVEL:STATIC=ON
  211. //Value Computed by CMake
  212. realsense2_rviz_plugin_SOURCE_DIR:STATIC=/home/ubuntu/eyes/realsense-ros/realsense2_rgbd_plugin
  213. ########################
  214. # INTERNAL cache entries
  215. ########################
  216. //ADVANCED property for variable: CMAKE_ADDR2LINE
  217. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  218. //ADVANCED property for variable: CMAKE_AR
  219. CMAKE_AR-ADVANCED:INTERNAL=1
  220. //This is the directory where this CMakeCache.txt was created
  221. CMAKE_CACHEFILE_DIR:INTERNAL=/home/ubuntu/eyes/build/realsense2_rviz_plugin
  222. //Major version of cmake used to create the current loaded cache
  223. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  224. //Minor version of cmake used to create the current loaded cache
  225. CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
  226. //Patch version of cmake used to create the current loaded cache
  227. CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
  228. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  229. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  230. //Path to CMake executable.
  231. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  232. //Path to cpack program executable.
  233. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  234. //Path to ctest program executable.
  235. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  236. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  237. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  238. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  239. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  240. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  241. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  242. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  243. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  244. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  245. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  246. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  247. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  248. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  249. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  250. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  251. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  252. //ADVANCED property for variable: CMAKE_C_COMPILER
  253. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  254. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  255. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  256. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  257. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  258. //ADVANCED property for variable: CMAKE_C_FLAGS
  259. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  260. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  261. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  262. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  263. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  264. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  265. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  266. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  267. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  268. //ADVANCED property for variable: CMAKE_DLLTOOL
  269. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  270. //Path to cache edit program executable.
  271. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/cmake-gui
  272. //Executable file format
  273. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  274. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  275. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  276. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  277. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  278. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  279. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  280. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  281. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  282. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  283. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  284. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  285. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  286. //Name of external makefile project generator.
  287. CMAKE_EXTRA_GENERATOR:INTERNAL=
  288. //Name of generator.
  289. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  290. //Generator instance identifier.
  291. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  292. //Name of generator platform.
  293. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  294. //Name of generator toolset.
  295. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  296. //Source directory with the top level CMakeLists.txt file for this
  297. // project
  298. CMAKE_HOME_DIRECTORY:INTERNAL=/home/ubuntu/eyes/realsense-ros/realsense2_rgbd_plugin
  299. //Install .so files without execute permission.
  300. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  301. //ADVANCED property for variable: CMAKE_LINKER
  302. CMAKE_LINKER-ADVANCED:INTERNAL=1
  303. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  304. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  305. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  306. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  307. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  308. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  309. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  310. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  311. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  312. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  313. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  314. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  315. //ADVANCED property for variable: CMAKE_NM
  316. CMAKE_NM-ADVANCED:INTERNAL=1
  317. //number of local generators
  318. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
  319. //ADVANCED property for variable: CMAKE_OBJCOPY
  320. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  321. //ADVANCED property for variable: CMAKE_OBJDUMP
  322. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  323. //Platform information initialized
  324. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  325. //ADVANCED property for variable: CMAKE_RANLIB
  326. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  327. //ADVANCED property for variable: CMAKE_READELF
  328. CMAKE_READELF-ADVANCED:INTERNAL=1
  329. //Path to CMake installation.
  330. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
  331. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  332. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  333. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  334. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  335. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  336. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  337. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  338. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  339. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  340. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  341. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  342. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  343. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  344. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  345. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  346. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  347. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  348. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  349. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  350. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  351. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  352. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  353. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  354. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  355. //ADVANCED property for variable: CMAKE_STRIP
  356. CMAKE_STRIP-ADVANCED:INTERNAL=1
  357. //uname command
  358. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  359. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  360. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  361. //Details about finding Python3
  362. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3][cfound components: Interpreter ][v3.10.12()]
  363. _Python3_EXECUTABLE:INTERNAL=/usr/bin/python3
  364. //Python3 Properties
  365. _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
  366. _Python3_INTERPRETER_SIGNATURE:INTERNAL=0f3e53742e142b1d9e50e4ca5b901dd8