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

491 lines
18KB

  1. # This is the CMakeCache file.
  2. # For build in directory: f:/git/Rack/dep/glew-2.1.0/build
  3. # It was generated by CMake: C:/msys64/mingw64/bin/cmake.exe
  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. //utilities
  16. BUILD_UTILS:BOOL=ON
  17. //Path to a program.
  18. CMAKE_AR:FILEPATH=C:/msys64/mingw64/bin/ar.exe
  19. //Build type
  20. CMAKE_BUILD_TYPE:STRING=Release
  21. //Enable/Disable color output during build.
  22. CMAKE_COLOR_MAKEFILE:BOOL=ON
  23. //CXX compiler
  24. CMAKE_CXX_COMPILER:FILEPATH=C:/msys64/mingw64/bin/g++.exe
  25. //A wrapper around 'ar' adding the appropriate '--plugin' option
  26. // for the GCC compiler
  27. CMAKE_CXX_COMPILER_AR:FILEPATH=C:/msys64/mingw64/bin/gcc-ar.exe
  28. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  29. // for the GCC compiler
  30. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/msys64/mingw64/bin/gcc-ranlib.exe
  31. //Flags used by the CXX compiler during all build types.
  32. CMAKE_CXX_FLAGS:STRING=-g -O3 -march=nocona
  33. //Flags used by the CXX compiler during DEBUG builds.
  34. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  35. //Flags used by the CXX compiler during MINSIZEREL builds.
  36. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  37. //Flags used by the CXX compiler during RELEASE builds.
  38. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  39. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  40. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  41. //Libraries linked by default with all C++ applications.
  42. CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
  43. //C compiler
  44. CMAKE_C_COMPILER:FILEPATH=C:/msys64/mingw64/bin/gcc.exe
  45. //A wrapper around 'ar' adding the appropriate '--plugin' option
  46. // for the GCC compiler
  47. CMAKE_C_COMPILER_AR:FILEPATH=C:/msys64/mingw64/bin/gcc-ar.exe
  48. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  49. // for the GCC compiler
  50. CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/msys64/mingw64/bin/gcc-ranlib.exe
  51. //Flags used by the C compiler during all build types.
  52. CMAKE_C_FLAGS:STRING=-g -O3 -march=nocona
  53. //Flags used by the C compiler during DEBUG builds.
  54. CMAKE_C_FLAGS_DEBUG:STRING=-g
  55. //Flags used by the C compiler during MINSIZEREL builds.
  56. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  57. //Flags used by the C compiler during RELEASE builds.
  58. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  59. //Flags used by the C compiler during RELWITHDEBINFO builds.
  60. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  61. //Libraries linked by default with all C applications.
  62. CMAKE_C_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
  63. //Flags used by the linker during all build types.
  64. CMAKE_EXE_LINKER_FLAGS:STRING=
  65. //Flags used by the linker during DEBUG builds.
  66. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  67. //Flags used by the linker during MINSIZEREL builds.
  68. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  69. //Flags used by the linker during RELEASE builds.
  70. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  71. //Flags used by the linker during RELWITHDEBINFO builds.
  72. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  73. //Convert GNU import libraries to MS format (requires Visual Studio)
  74. CMAKE_GNUtoMS:BOOL=OFF
  75. //User executables (bin)
  76. CMAKE_INSTALL_BINDIR:PATH=bin
  77. //Read-only architecture-independent data (DATAROOTDIR)
  78. CMAKE_INSTALL_DATADIR:PATH=
  79. //Read-only architecture-independent data root (share)
  80. CMAKE_INSTALL_DATAROOTDIR:PATH=share
  81. //Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
  82. CMAKE_INSTALL_DOCDIR:PATH=
  83. //C header files (include)
  84. CMAKE_INSTALL_INCLUDEDIR:PATH=include
  85. //Info documentation (DATAROOTDIR/info)
  86. CMAKE_INSTALL_INFODIR:PATH=
  87. //Object code libraries (lib)
  88. CMAKE_INSTALL_LIBDIR:PATH=lib
  89. //Program executables (libexec)
  90. CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
  91. //Locale-dependent data (DATAROOTDIR/locale)
  92. CMAKE_INSTALL_LOCALEDIR:PATH=
  93. //Modifiable single-machine data (var)
  94. CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
  95. //Man documentation (DATAROOTDIR/man)
  96. CMAKE_INSTALL_MANDIR:PATH=
  97. //C header files for non-gcc (/usr/include)
  98. CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
  99. //Install path prefix, prepended onto install directories.
  100. CMAKE_INSTALL_PREFIX:PATH=F:/git/Rack/dep
  101. //Run-time variable data (LOCALSTATEDIR/run)
  102. CMAKE_INSTALL_RUNSTATEDIR:PATH=
  103. //System admin executables (sbin)
  104. CMAKE_INSTALL_SBINDIR:PATH=sbin
  105. //Modifiable architecture-independent data (com)
  106. CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
  107. //Read-only single-machine data (etc)
  108. CMAKE_INSTALL_SYSCONFDIR:PATH=etc
  109. //Path to a program.
  110. CMAKE_LINKER:FILEPATH=C:/msys64/mingw64/bin/ld.exe
  111. //Path to a program.
  112. CMAKE_MAKE_PROGRAM:FILEPATH=C:/msys64/usr/bin/make.exe
  113. //Flags used by the linker during the creation of modules during
  114. // all build types.
  115. CMAKE_MODULE_LINKER_FLAGS:STRING=
  116. //Flags used by the linker during the creation of modules during
  117. // DEBUG builds.
  118. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  119. //Flags used by the linker during the creation of modules during
  120. // MINSIZEREL builds.
  121. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  122. //Flags used by the linker during the creation of modules during
  123. // RELEASE builds.
  124. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  125. //Flags used by the linker during the creation of modules during
  126. // RELWITHDEBINFO builds.
  127. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  128. //Path to a program.
  129. CMAKE_NM:FILEPATH=C:/msys64/mingw64/bin/nm.exe
  130. //Path to a program.
  131. CMAKE_OBJCOPY:FILEPATH=C:/msys64/mingw64/bin/objcopy.exe
  132. //Path to a program.
  133. CMAKE_OBJDUMP:FILEPATH=C:/msys64/mingw64/bin/objdump.exe
  134. //Value Computed by CMake
  135. CMAKE_PROJECT_NAME:STATIC=glew
  136. //Path to a program.
  137. CMAKE_RANLIB:FILEPATH=C:/msys64/mingw64/bin/ranlib.exe
  138. //RC compiler
  139. CMAKE_RC_COMPILER:FILEPATH=C:/msys64/mingw64/bin/windres.exe
  140. //Flags for Windows Resource Compiler during all build types.
  141. CMAKE_RC_FLAGS:STRING=
  142. //Flags for Windows Resource Compiler during DEBUG builds.
  143. CMAKE_RC_FLAGS_DEBUG:STRING=
  144. //Flags for Windows Resource Compiler during MINSIZEREL builds.
  145. CMAKE_RC_FLAGS_MINSIZEREL:STRING=
  146. //Flags for Windows Resource Compiler during RELEASE builds.
  147. CMAKE_RC_FLAGS_RELEASE:STRING=
  148. //Flags for Windows Resource Compiler during RELWITHDEBINFO builds.
  149. CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING=
  150. //Flags used by the linker during the creation of shared libraries
  151. // during all build types.
  152. CMAKE_SHARED_LINKER_FLAGS:STRING=
  153. //Flags used by the linker during the creation of shared libraries
  154. // during DEBUG builds.
  155. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  156. //Flags used by the linker during the creation of shared libraries
  157. // during MINSIZEREL builds.
  158. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  159. //Flags used by the linker during the creation of shared libraries
  160. // during RELEASE builds.
  161. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  162. //Flags used by the linker during the creation of shared libraries
  163. // during RELWITHDEBINFO builds.
  164. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  165. //If set, runtime paths are not added when installing shared libraries,
  166. // but are added when building.
  167. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  168. //If set, runtime paths are not added when using shared libraries.
  169. CMAKE_SKIP_RPATH:BOOL=NO
  170. //Flags used by the linker during the creation of static libraries
  171. // during all build types.
  172. CMAKE_STATIC_LINKER_FLAGS:STRING=
  173. //Flags used by the linker during the creation of static libraries
  174. // during DEBUG builds.
  175. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  176. //Flags used by the linker during the creation of static libraries
  177. // during MINSIZEREL builds.
  178. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  179. //Flags used by the linker during the creation of static libraries
  180. // during RELEASE builds.
  181. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  182. //Flags used by the linker during the creation of static libraries
  183. // during RELWITHDEBINFO builds.
  184. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  185. //Path to a program.
  186. CMAKE_STRIP:FILEPATH=C:/msys64/mingw64/bin/strip.exe
  187. //If this value is on, makefiles will be generated without the
  188. // .SILENT directive, and all commands will be echoed to the console
  189. // during the make. This is useful for debugging only. With Visual
  190. // Studio IDE projects all commands are done without /nologo.
  191. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  192. //OSMesa mode
  193. GLEW_OSMESA:BOOL=OFF
  194. //Regal mode
  195. GLEW_REGAL:BOOL=OFF
  196. //OpenGL library for win32
  197. OPENGL_gl_LIBRARY:STRING=opengl32
  198. //GLU library for win32
  199. OPENGL_glu_LIBRARY:STRING=glu32
  200. //Value Computed by CMake
  201. glew_BINARY_DIR:STATIC=F:/git/Rack/dep/glew-2.1.0/build
  202. //Dependencies for the target
  203. glew_LIB_DEPENDS:STATIC=general;-nostdlib;general;opengl32;general;glu32;
  204. //Value Computed by CMake
  205. glew_SOURCE_DIR:STATIC=F:/git/Rack/dep/glew-2.1.0/build/cmake
  206. //Dependencies for the target
  207. glew_s_LIB_DEPENDS:STATIC=general;opengl32;general;glu32;
  208. ########################
  209. # INTERNAL cache entries
  210. ########################
  211. //ADVANCED property for variable: CMAKE_AR
  212. CMAKE_AR-ADVANCED:INTERNAL=1
  213. //This is the directory where this CMakeCache.txt was created
  214. CMAKE_CACHEFILE_DIR:INTERNAL=f:/git/Rack/dep/glew-2.1.0/build
  215. //Major version of cmake used to create the current loaded cache
  216. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  217. //Minor version of cmake used to create the current loaded cache
  218. CMAKE_CACHE_MINOR_VERSION:INTERNAL=11
  219. //Patch version of cmake used to create the current loaded cache
  220. CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
  221. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  222. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  223. //Path to CMake executable.
  224. CMAKE_COMMAND:INTERNAL=C:/msys64/mingw64/bin/cmake.exe
  225. //Path to cpack program executable.
  226. CMAKE_CPACK_COMMAND:INTERNAL=C:/msys64/mingw64/bin/cpack.exe
  227. //Path to ctest program executable.
  228. CMAKE_CTEST_COMMAND:INTERNAL=C:/msys64/mingw64/bin/ctest.exe
  229. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  230. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  231. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  232. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  233. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  234. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  235. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  236. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  237. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  238. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  239. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  240. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  241. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  242. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  243. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  244. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  245. //ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
  246. CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
  247. //ADVANCED property for variable: CMAKE_C_COMPILER
  248. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  249. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  250. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  251. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  252. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  253. //ADVANCED property for variable: CMAKE_C_FLAGS
  254. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  255. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  256. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  257. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  258. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  259. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  260. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  261. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  262. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  263. //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
  264. CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
  265. //Path to cache edit program executable.
  266. CMAKE_EDIT_COMMAND:INTERNAL=C:/msys64/mingw64/bin/cmake-gui.exe
  267. //Executable file format
  268. CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
  269. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  270. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  271. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  272. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  273. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  274. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  275. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  276. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  277. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  278. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  279. //Name of external makefile project generator.
  280. CMAKE_EXTRA_GENERATOR:INTERNAL=
  281. //Name of generator.
  282. CMAKE_GENERATOR:INTERNAL=MSYS Makefiles
  283. //Generator instance identifier.
  284. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  285. //Name of generator platform.
  286. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  287. //Name of generator toolset.
  288. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  289. //Source directory with the top level CMakeLists.txt file for this
  290. // project
  291. CMAKE_HOME_DIRECTORY:INTERNAL=F:/git/Rack/dep/glew-2.1.0/build/cmake
  292. //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
  293. CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
  294. //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
  295. CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
  296. //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
  297. CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
  298. //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
  299. CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
  300. //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
  301. CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
  302. //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
  303. CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
  304. //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
  305. CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
  306. //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
  307. CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
  308. //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
  309. CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
  310. //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
  311. CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
  312. //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
  313. CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
  314. //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
  315. CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
  316. //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
  317. CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
  318. //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
  319. CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
  320. //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
  321. CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
  322. //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
  323. CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
  324. //ADVANCED property for variable: CMAKE_LINKER
  325. CMAKE_LINKER-ADVANCED:INTERNAL=1
  326. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  327. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  328. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  329. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  330. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  331. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  332. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  333. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  334. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  335. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  336. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  337. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  338. //ADVANCED property for variable: CMAKE_NM
  339. CMAKE_NM-ADVANCED:INTERNAL=1
  340. //number of local generators
  341. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
  342. //ADVANCED property for variable: CMAKE_OBJCOPY
  343. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  344. //ADVANCED property for variable: CMAKE_OBJDUMP
  345. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  346. //Platform information initialized
  347. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  348. //ADVANCED property for variable: CMAKE_RANLIB
  349. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  350. //ADVANCED property for variable: CMAKE_RC_COMPILER
  351. CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
  352. CMAKE_RC_COMPILER_WORKS:INTERNAL=1
  353. //ADVANCED property for variable: CMAKE_RC_FLAGS
  354. CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
  355. //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG
  356. CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  357. //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL
  358. CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  359. //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE
  360. CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  361. //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO
  362. CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  363. //Path to CMake installation.
  364. CMAKE_ROOT:INTERNAL=C:/msys64/mingw64/share/cmake-3.11
  365. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  366. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  367. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  368. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  369. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  370. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  371. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  372. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  373. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  374. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  375. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  376. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  377. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  378. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  379. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  380. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  381. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  382. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  383. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  384. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  385. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  386. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  387. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  388. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  389. //ADVANCED property for variable: CMAKE_STRIP
  390. CMAKE_STRIP-ADVANCED:INTERNAL=1
  391. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  392. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  393. //Details about finding OpenGL
  394. FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[opengl32][c ][v()]
  395. //ADVANCED property for variable: OPENGL_gl_LIBRARY
  396. OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
  397. //ADVANCED property for variable: OPENGL_glu_LIBRARY
  398. OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
  399. //CMAKE_INSTALL_PREFIX during last run
  400. _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=F:/git/Rack/dep