CMakeCache.txt 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/wjn/space-knn/kdTree/nanoflann/examples/examples_gui/nanoflann_gui_example_R3/build
  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. //Path to a program.
  16. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
  17. //Path to a program.
  18. CMAKE_AR:FILEPATH=/usr/bin/ar
  19. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  20. // MinSizeRel ...
  21. CMAKE_BUILD_TYPE:STRING=
  22. //Enable/Disable color output during build.
  23. CMAKE_COLOR_MAKEFILE:BOOL=ON
  24. //CXX compiler
  25. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  26. //A wrapper around 'ar' adding the appropriate '--plugin' option
  27. // for the GCC compiler
  28. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
  29. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  30. // for the GCC compiler
  31. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
  32. //Flags used by the CXX compiler during all build types.
  33. CMAKE_CXX_FLAGS:STRING=
  34. //Flags used by the CXX compiler during DEBUG builds.
  35. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  36. //Flags used by the CXX compiler during MINSIZEREL builds.
  37. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  38. //Flags used by the CXX compiler during RELEASE builds.
  39. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  40. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  41. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  42. //C compiler
  43. CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
  44. //A wrapper around 'ar' adding the appropriate '--plugin' option
  45. // for the GCC compiler
  46. CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
  47. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  48. // for the GCC compiler
  49. CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
  50. //Flags used by the C compiler during all build types.
  51. CMAKE_C_FLAGS:STRING=
  52. //Flags used by the C compiler during DEBUG builds.
  53. CMAKE_C_FLAGS_DEBUG:STRING=-g
  54. //Flags used by the C compiler during MINSIZEREL builds.
  55. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  56. //Flags used by the C compiler during RELEASE builds.
  57. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  58. //Flags used by the C compiler during RELWITHDEBINFO builds.
  59. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  60. //Path to a program.
  61. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
  62. //Flags used by the linker during all build types.
  63. CMAKE_EXE_LINKER_FLAGS:STRING=
  64. //Flags used by the linker during DEBUG builds.
  65. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  66. //Flags used by the linker during MINSIZEREL builds.
  67. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  68. //Flags used by the linker during RELEASE builds.
  69. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  70. //Flags used by the linker during RELWITHDEBINFO builds.
  71. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  72. //Enable/Disable output of compile commands during generation.
  73. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
  74. //Install path prefix, prepended onto install directories.
  75. CMAKE_INSTALL_PREFIX:PATH=/usr/local
  76. //Path to a program.
  77. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  78. //Path to a program.
  79. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
  80. //Flags used by the linker during the creation of modules during
  81. // all build types.
  82. CMAKE_MODULE_LINKER_FLAGS:STRING=
  83. //Flags used by the linker during the creation of modules during
  84. // DEBUG builds.
  85. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  86. //Flags used by the linker during the creation of modules during
  87. // MINSIZEREL builds.
  88. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  89. //Flags used by the linker during the creation of modules during
  90. // RELEASE builds.
  91. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  92. //Flags used by the linker during the creation of modules during
  93. // RELWITHDEBINFO builds.
  94. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  95. //Path to a program.
  96. CMAKE_NM:FILEPATH=/usr/bin/nm
  97. //Path to a program.
  98. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  99. //Path to a program.
  100. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  101. //Value Computed by CMake
  102. CMAKE_PROJECT_DESCRIPTION:STATIC=
  103. //Value Computed by CMake
  104. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  105. //Value Computed by CMake
  106. CMAKE_PROJECT_NAME:STATIC=nanoflann_gui_example_R3
  107. //Path to a program.
  108. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  109. //Path to a program.
  110. CMAKE_READELF:FILEPATH=/usr/bin/readelf
  111. //Flags used by the linker during the creation of shared libraries
  112. // during all build types.
  113. CMAKE_SHARED_LINKER_FLAGS:STRING=
  114. //Flags used by the linker during the creation of shared libraries
  115. // during DEBUG builds.
  116. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  117. //Flags used by the linker during the creation of shared libraries
  118. // during MINSIZEREL builds.
  119. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  120. //Flags used by the linker during the creation of shared libraries
  121. // during RELEASE builds.
  122. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  123. //Flags used by the linker during the creation of shared libraries
  124. // during RELWITHDEBINFO builds.
  125. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  126. //If set, runtime paths are not added when installing shared libraries,
  127. // but are added when building.
  128. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  129. //If set, runtime paths are not added when using shared libraries.
  130. CMAKE_SKIP_RPATH:BOOL=NO
  131. //Flags used by the linker during the creation of static libraries
  132. // during all build types.
  133. CMAKE_STATIC_LINKER_FLAGS:STRING=
  134. //Flags used by the linker during the creation of static libraries
  135. // during DEBUG builds.
  136. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  137. //Flags used by the linker during the creation of static libraries
  138. // during MINSIZEREL builds.
  139. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  140. //Flags used by the linker during the creation of static libraries
  141. // during RELEASE builds.
  142. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  143. //Flags used by the linker during the creation of static libraries
  144. // during RELWITHDEBINFO builds.
  145. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  146. //Path to a program.
  147. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  148. //If this value is on, makefiles will be generated without the
  149. // .SILENT directive, and all commands will be echoed to the console
  150. // during the make. This is useful for debugging only. With Visual
  151. // Studio IDE projects all commands are done without /nologo.
  152. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  153. //The directory containing a CMake configuration file for Eigen3.
  154. Eigen3_DIR:PATH=/usr/share/eigen3/cmake
  155. //The directory containing a CMake configuration file for mrpt-bayes.
  156. mrpt-bayes_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-bayes
  157. //The directory containing a CMake configuration file for mrpt-config.
  158. mrpt-config_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-config
  159. //The directory containing a CMake configuration file for mrpt-containers.
  160. mrpt-containers_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-containers
  161. //The directory containing a CMake configuration file for mrpt-core.
  162. mrpt-core_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-core
  163. //The directory containing a CMake configuration file for mrpt-expr.
  164. mrpt-expr_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-expr
  165. //The directory containing a CMake configuration file for mrpt-gui.
  166. mrpt-gui_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-gui
  167. //The directory containing a CMake configuration file for mrpt-img.
  168. mrpt-img_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-img
  169. //The directory containing a CMake configuration file for mrpt-io.
  170. mrpt-io_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-io
  171. //The directory containing a CMake configuration file for mrpt-math.
  172. mrpt-math_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-math
  173. //The directory containing a CMake configuration file for mrpt-nanogui.
  174. mrpt-nanogui_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-nanogui
  175. //The directory containing a CMake configuration file for mrpt-opengl.
  176. mrpt-opengl_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-opengl
  177. //The directory containing a CMake configuration file for mrpt-poses.
  178. mrpt-poses_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-poses
  179. //The directory containing a CMake configuration file for mrpt-random.
  180. mrpt-random_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-random
  181. //The directory containing a CMake configuration file for mrpt-rtti.
  182. mrpt-rtti_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-rtti
  183. //The directory containing a CMake configuration file for mrpt-serialization.
  184. mrpt-serialization_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-serialization
  185. //The directory containing a CMake configuration file for mrpt-system.
  186. mrpt-system_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/mrpt-system
  187. //The directory containing a CMake configuration file for mrpt-typemeta.
  188. mrpt-typemeta_DIR:PATH=/usr/share/cmake/mrpt-typemeta
  189. //The directory containing a CMake configuration file for nanoflann.
  190. nanoflann_DIR:PATH=/usr/local/share/cmake/nanoflann
  191. //Value Computed by CMake
  192. nanoflann_gui_example_R3_BINARY_DIR:STATIC=/home/wjn/space-knn/kdTree/nanoflann/examples/examples_gui/nanoflann_gui_example_R3/build
  193. //Value Computed by CMake
  194. nanoflann_gui_example_R3_IS_TOP_LEVEL:STATIC=ON
  195. //Value Computed by CMake
  196. nanoflann_gui_example_R3_SOURCE_DIR:STATIC=/home/wjn/space-knn/kdTree/nanoflann/examples/examples_gui/nanoflann_gui_example_R3
  197. ########################
  198. # INTERNAL cache entries
  199. ########################
  200. //ADVANCED property for variable: CMAKE_ADDR2LINE
  201. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  202. //ADVANCED property for variable: CMAKE_AR
  203. CMAKE_AR-ADVANCED:INTERNAL=1
  204. //This is the directory where this CMakeCache.txt was created
  205. CMAKE_CACHEFILE_DIR:INTERNAL=/home/wjn/space-knn/kdTree/nanoflann/examples/examples_gui/nanoflann_gui_example_R3/build
  206. //Major version of cmake used to create the current loaded cache
  207. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  208. //Minor version of cmake used to create the current loaded cache
  209. CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
  210. //Patch version of cmake used to create the current loaded cache
  211. CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
  212. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  213. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  214. //Path to CMake executable.
  215. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  216. //Path to cpack program executable.
  217. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  218. //Path to ctest program executable.
  219. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  220. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  221. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  222. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  223. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  224. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  225. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  226. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  227. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  228. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  229. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  230. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  231. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  232. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  233. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  234. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  235. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  236. //ADVANCED property for variable: CMAKE_C_COMPILER
  237. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  238. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  239. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  240. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  241. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  242. //ADVANCED property for variable: CMAKE_C_FLAGS
  243. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  244. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  245. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  246. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  247. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  248. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  249. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  250. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  251. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  252. //ADVANCED property for variable: CMAKE_DLLTOOL
  253. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  254. //Path to cache edit program executable.
  255. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
  256. //Executable file format
  257. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  258. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  259. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  260. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  261. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  262. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  263. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  264. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  265. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  266. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  267. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  268. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  269. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  270. //Name of external makefile project generator.
  271. CMAKE_EXTRA_GENERATOR:INTERNAL=
  272. //Name of generator.
  273. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  274. //Generator instance identifier.
  275. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  276. //Name of generator platform.
  277. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  278. //Name of generator toolset.
  279. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  280. //Test CMAKE_HAVE_LIBC_PTHREAD
  281. CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
  282. //Have include pthread.h
  283. CMAKE_HAVE_PTHREAD_H:INTERNAL=1
  284. //Source directory with the top level CMakeLists.txt file for this
  285. // project
  286. CMAKE_HOME_DIRECTORY:INTERNAL=/home/wjn/space-knn/kdTree/nanoflann/examples/examples_gui/nanoflann_gui_example_R3
  287. //Install .so files without execute permission.
  288. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  289. //ADVANCED property for variable: CMAKE_LINKER
  290. CMAKE_LINKER-ADVANCED:INTERNAL=1
  291. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  292. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  293. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  294. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  295. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  296. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  297. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  298. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  299. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  300. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  301. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  302. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  303. //ADVANCED property for variable: CMAKE_NM
  304. CMAKE_NM-ADVANCED:INTERNAL=1
  305. //number of local generators
  306. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
  307. //ADVANCED property for variable: CMAKE_OBJCOPY
  308. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  309. //ADVANCED property for variable: CMAKE_OBJDUMP
  310. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  311. //Platform information initialized
  312. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  313. //ADVANCED property for variable: CMAKE_RANLIB
  314. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  315. //ADVANCED property for variable: CMAKE_READELF
  316. CMAKE_READELF-ADVANCED:INTERNAL=1
  317. //Path to CMake installation.
  318. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
  319. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  320. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  321. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  322. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  323. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  324. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  325. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  326. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  327. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  328. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  329. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  330. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  331. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  332. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  333. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  334. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  335. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  336. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  337. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  338. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  339. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  340. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  341. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  342. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  343. //ADVANCED property for variable: CMAKE_STRIP
  344. CMAKE_STRIP-ADVANCED:INTERNAL=1
  345. //uname command
  346. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  347. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  348. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  349. //ADVANCED property for variable: Eigen3_DIR
  350. Eigen3_DIR-ADVANCED:INTERNAL=1
  351. //Details about finding Threads
  352. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  353. //ADVANCED property for variable: mrpt-bayes_DIR
  354. mrpt-bayes_DIR-ADVANCED:INTERNAL=1
  355. //ADVANCED property for variable: mrpt-config_DIR
  356. mrpt-config_DIR-ADVANCED:INTERNAL=1
  357. //ADVANCED property for variable: mrpt-containers_DIR
  358. mrpt-containers_DIR-ADVANCED:INTERNAL=1
  359. //ADVANCED property for variable: mrpt-core_DIR
  360. mrpt-core_DIR-ADVANCED:INTERNAL=1
  361. //ADVANCED property for variable: mrpt-expr_DIR
  362. mrpt-expr_DIR-ADVANCED:INTERNAL=1
  363. //ADVANCED property for variable: mrpt-img_DIR
  364. mrpt-img_DIR-ADVANCED:INTERNAL=1
  365. //ADVANCED property for variable: mrpt-io_DIR
  366. mrpt-io_DIR-ADVANCED:INTERNAL=1
  367. //ADVANCED property for variable: mrpt-math_DIR
  368. mrpt-math_DIR-ADVANCED:INTERNAL=1
  369. //ADVANCED property for variable: mrpt-nanogui_DIR
  370. mrpt-nanogui_DIR-ADVANCED:INTERNAL=1
  371. //ADVANCED property for variable: mrpt-opengl_DIR
  372. mrpt-opengl_DIR-ADVANCED:INTERNAL=1
  373. //ADVANCED property for variable: mrpt-poses_DIR
  374. mrpt-poses_DIR-ADVANCED:INTERNAL=1
  375. //ADVANCED property for variable: mrpt-random_DIR
  376. mrpt-random_DIR-ADVANCED:INTERNAL=1
  377. //ADVANCED property for variable: mrpt-rtti_DIR
  378. mrpt-rtti_DIR-ADVANCED:INTERNAL=1
  379. //ADVANCED property for variable: mrpt-serialization_DIR
  380. mrpt-serialization_DIR-ADVANCED:INTERNAL=1
  381. //ADVANCED property for variable: mrpt-system_DIR
  382. mrpt-system_DIR-ADVANCED:INTERNAL=1
  383. //ADVANCED property for variable: mrpt-typemeta_DIR
  384. mrpt-typemeta_DIR-ADVANCED:INTERNAL=1