CMakeCache.txt 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. # This is the CMakeCache file.
  2. # For build in directory: d:/a/1/s/externals/vcpkg/buildtrees/zlib/x64-windows-rel
  3. # It was generated by CMake: C:/Program Files/CMake/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. //Enable building amd64 assembly implementation
  16. AMD64:BOOL=OFF
  17. //Enable building i686 assembly implementation
  18. ASM686:BOOL=OFF
  19. //No help, variable specified on the command line.
  20. BUILD_SHARED_LIBS:UNINITIALIZED=ON
  21. //Path to a program.
  22. CMAKE_AR:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/lib.exe
  23. //For backwards compatibility, what version of CMake commands and
  24. // syntax should this version of CMake try to support.
  25. CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
  26. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  27. // MinSizeRel ...
  28. CMAKE_BUILD_TYPE:STRING=Release
  29. CMAKE_CROSSCOMPILING:STRING=OFF
  30. CMAKE_CXX_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP '
  31. CMAKE_CXX_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 '
  32. CMAKE_CXX_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 '
  33. //C compiler
  34. CMAKE_C_COMPILER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe
  35. CMAKE_C_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP '
  36. CMAKE_C_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 '
  37. //Flags used by the C compiler during MINSIZEREL builds.
  38. CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG
  39. CMAKE_C_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 '
  40. //Flags used by the C compiler during RELWITHDEBINFO builds.
  41. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG
  42. //Libraries linked by default with all C applications.
  43. CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
  44. //No help, variable specified on the command line.
  45. CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON
  46. //Flags used by the linker during all build types.
  47. CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64
  48. //Flags used by the linker during DEBUG builds.
  49. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/nologo /debug /INCREMENTAL
  50. //Flags used by the linker during MINSIZEREL builds.
  51. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
  52. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF '
  53. //Flags used by the linker during RELWITHDEBINFO builds.
  54. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
  55. //Enable/Disable output of compile commands during generation.
  56. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
  57. //No help, variable specified on the command line.
  58. CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
  59. //No help, variable specified on the command line.
  60. CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
  61. //No help, variable specified on the command line.
  62. CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY:UNINITIALIZED=ON
  63. //No help, variable specified on the command line.
  64. CMAKE_INSTALL_BINDIR:STRING=bin
  65. //No help, variable specified on the command line.
  66. CMAKE_INSTALL_LIBDIR:STRING=lib
  67. //Install path prefix, prepended onto install directories.
  68. CMAKE_INSTALL_PREFIX:PATH=D:/a/1/s/externals/vcpkg/packages/zlib_x64-windows
  69. //No help, variable specified on the command line.
  70. CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP:UNINITIALIZED=TRUE
  71. //Path to a program.
  72. CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/link.exe
  73. //make program
  74. CMAKE_MAKE_PROGRAM:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe
  75. //Flags used by the linker during the creation of modules during
  76. // all build types.
  77. CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64
  78. //Flags used by the linker during the creation of modules during
  79. // DEBUG builds.
  80. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
  81. //Flags used by the linker during the creation of modules during
  82. // MINSIZEREL builds.
  83. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
  84. //Flags used by the linker during the creation of modules during
  85. // RELEASE builds.
  86. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
  87. //Flags used by the linker during the creation of modules during
  88. // RELWITHDEBINFO builds.
  89. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
  90. CMAKE_MSVC_RUNTIME_LIBRARY:STRING=MultiThreaded$<$<CONFIG:Debug>:Debug>$<$<STREQUAL:dynamic,dynamic>:DLL>
  91. //Path to a program.
  92. CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22000.0/x64/mt.exe
  93. //Value Computed by CMake
  94. CMAKE_PROJECT_DESCRIPTION:STATIC=
  95. //Value Computed by CMake
  96. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  97. //Value Computed by CMake
  98. CMAKE_PROJECT_NAME:STATIC=zlib
  99. //RC compiler
  100. CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22000.0/x64/rc.exe
  101. CMAKE_RC_FLAGS:STRING=-c65001 /DWIN32
  102. //Flags for Windows Resource Compiler during DEBUG builds.
  103. CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG
  104. //Flags for Windows Resource Compiler during MINSIZEREL builds.
  105. CMAKE_RC_FLAGS_MINSIZEREL:STRING=
  106. //Flags for Windows Resource Compiler during RELEASE builds.
  107. CMAKE_RC_FLAGS_RELEASE:STRING=
  108. //Flags for Windows Resource Compiler during RELWITHDEBINFO builds.
  109. CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING=
  110. //Flags used by the linker during the creation of shared libraries
  111. // during all build types.
  112. CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64
  113. //Flags used by the linker during the creation of shared libraries
  114. // during DEBUG builds.
  115. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/nologo /debug /INCREMENTAL
  116. //Flags used by the linker during the creation of shared libraries
  117. // during MINSIZEREL builds.
  118. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
  119. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF '
  120. //Flags used by the linker during the creation of shared libraries
  121. // during RELWITHDEBINFO builds.
  122. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
  123. //If set, runtime paths are not added when installing shared libraries,
  124. // but are added when building.
  125. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  126. //If set, runtime paths are not added when using shared libraries.
  127. CMAKE_SKIP_RPATH:BOOL=NO
  128. //Flags used by the linker during the creation of static libraries
  129. // during all build types.
  130. CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64
  131. //Flags used by the linker during the creation of static libraries
  132. // during DEBUG builds.
  133. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=/nologo
  134. //Flags used by the linker during the creation of static libraries
  135. // during MINSIZEREL builds.
  136. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  137. //Flags used by the linker during the creation of static libraries
  138. // during RELEASE builds.
  139. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=/nologo
  140. //Flags used by the linker during the creation of static libraries
  141. // during RELWITHDEBINFO builds.
  142. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  143. CMAKE_SYSTEM_NAME:STRING=Windows
  144. CMAKE_SYSTEM_PROCESSOR:STRING=AMD64
  145. CMAKE_SYSTEM_VERSION:STRING=10.0.17763
  146. //The CMake toolchain file
  147. CMAKE_TOOLCHAIN_FILE:FILEPATH=D:/a/1/s/externals/vcpkg/scripts/buildsystems/vcpkg.cmake
  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=ON
  153. //Single output directory for building all executables.
  154. EXECUTABLE_OUTPUT_PATH:PATH=
  155. //Installation directory for executables
  156. INSTALL_BIN_DIR:PATH=D:/a/1/s/externals/vcpkg/packages/zlib_x64-windows/bin
  157. //Installation directory for headers
  158. INSTALL_INC_DIR:PATH=D:/a/1/s/externals/vcpkg/packages/zlib_x64-windows/include
  159. //Installation directory for libraries
  160. INSTALL_LIB_DIR:PATH=D:/a/1/s/externals/vcpkg/packages/zlib_x64-windows/lib
  161. //Installation directory for manual pages
  162. INSTALL_MAN_DIR:PATH=D:/a/1/s/externals/vcpkg/packages/zlib_x64-windows/share/man
  163. //Installation directory for pkgconfig (.pc) files
  164. INSTALL_PKGCONFIG_DIR:PATH=D:/a/1/s/externals/vcpkg/packages/zlib_x64-windows/share/pkgconfig
  165. //Single output directory for building all libraries.
  166. LIBRARY_OUTPUT_PATH:PATH=
  167. //Skip build of the examples
  168. SKIP_BUILD_EXAMPLES:BOOL=ON
  169. //No help, variable specified on the command line.
  170. SKIP_INSTALL_FILES:UNINITIALIZED=ON
  171. //Automatically copy dependencies into the output directory for
  172. // executables.
  173. VCPKG_APPLOCAL_DEPS:BOOL=OFF
  174. //No help, variable specified on the command line.
  175. VCPKG_CHAINLOAD_TOOLCHAIN_FILE:UNINITIALIZED=D:/a/1/s/externals/vcpkg/scripts/toolchains/windows.cmake
  176. //No help, variable specified on the command line.
  177. VCPKG_CRT_LINKAGE:UNINITIALIZED=dynamic
  178. //No help, variable specified on the command line.
  179. VCPKG_CXX_FLAGS:UNINITIALIZED=
  180. //No help, variable specified on the command line.
  181. VCPKG_CXX_FLAGS_DEBUG:UNINITIALIZED=
  182. //No help, variable specified on the command line.
  183. VCPKG_CXX_FLAGS_RELEASE:UNINITIALIZED=
  184. //No help, variable specified on the command line.
  185. VCPKG_C_FLAGS:UNINITIALIZED=
  186. //No help, variable specified on the command line.
  187. VCPKG_C_FLAGS_DEBUG:UNINITIALIZED=
  188. //No help, variable specified on the command line.
  189. VCPKG_C_FLAGS_RELEASE:UNINITIALIZED=
  190. //The directory which contains the installed libraries for each
  191. // triplet
  192. VCPKG_INSTALLED_DIR:PATH=D:/a/1/s/build/vcpkg_installed
  193. //No help, variable specified on the command line.
  194. VCPKG_LINKER_FLAGS:UNINITIALIZED=
  195. //No help, variable specified on the command line.
  196. VCPKG_LINKER_FLAGS_DEBUG:UNINITIALIZED=
  197. //No help, variable specified on the command line.
  198. VCPKG_LINKER_FLAGS_RELEASE:UNINITIALIZED=
  199. //The path to the vcpkg manifest directory.
  200. VCPKG_MANIFEST_DIR:PATH=
  201. //Use manifest mode, as opposed to classic mode.
  202. VCPKG_MANIFEST_MODE:BOOL=OFF
  203. //No help, variable specified on the command line.
  204. VCPKG_PLATFORM_TOOLSET:UNINITIALIZED=v142
  205. //Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH
  206. // and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are
  207. // found after toolchain/system libraries/packages.
  208. VCPKG_PREFER_SYSTEM_LIBS:BOOL=OFF
  209. //Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths
  210. VCPKG_SETUP_CMAKE_PROGRAM_PATH:BOOL=ON
  211. //No help, variable specified on the command line.
  212. VCPKG_SET_CHARSET_FLAG:UNINITIALIZED=ON
  213. //No help, variable specified on the command line.
  214. VCPKG_TARGET_ARCHITECTURE:UNINITIALIZED=x64
  215. //Vcpkg target triplet (ex. x86-windows)
  216. VCPKG_TARGET_TRIPLET:STRING=x64-windows
  217. //Enables messages from the VCPKG toolchain for debugging purposes.
  218. VCPKG_VERBOSE:BOOL=OFF
  219. //(experimental) Automatically copy dependencies into the install
  220. // target directory for executables. Requires CMake 3.14.
  221. X_VCPKG_APPLOCAL_DEPS_INSTALL:BOOL=OFF
  222. //(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force
  223. // serialization.
  224. X_VCPKG_APPLOCAL_DEPS_SERIALIZED:BOOL=OFF
  225. //The directory which contains the installed libraries for each
  226. // triplet
  227. _VCPKG_INSTALLED_DIR:PATH=D:/a/1/s/build/vcpkg_installed
  228. //No help, variable specified on the command line.
  229. _VCPKG_ROOT_DIR:UNINITIALIZED=D:/a/1/s/externals/vcpkg
  230. //Value Computed by CMake
  231. zlib_BINARY_DIR:STATIC=D:/a/1/s/externals/vcpkg/buildtrees/zlib/x64-windows-rel
  232. //Value Computed by CMake
  233. zlib_IS_TOP_LEVEL:STATIC=ON
  234. //Value Computed by CMake
  235. zlib_SOURCE_DIR:STATIC=D:/a/1/s/externals/vcpkg/buildtrees/zlib/src/v1.2.12-f2d39b538c.clean
  236. ########################
  237. # INTERNAL cache entries
  238. ########################
  239. //ADVANCED property for variable: CMAKE_AR
  240. CMAKE_AR-ADVANCED:INTERNAL=1
  241. //This is the directory where this CMakeCache.txt was created
  242. CMAKE_CACHEFILE_DIR:INTERNAL=d:/a/1/s/externals/vcpkg/buildtrees/zlib/x64-windows-rel
  243. //Major version of cmake used to create the current loaded cache
  244. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  245. //Minor version of cmake used to create the current loaded cache
  246. CMAKE_CACHE_MINOR_VERSION:INTERNAL=23
  247. //Patch version of cmake used to create the current loaded cache
  248. CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
  249. //Path to CMake executable.
  250. CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe
  251. //Path to cpack program executable.
  252. CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe
  253. //Path to ctest program executable.
  254. CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe
  255. //ADVANCED property for variable: CMAKE_C_COMPILER
  256. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  257. //ADVANCED property for variable: CMAKE_C_FLAGS
  258. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  259. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  260. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  261. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  262. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  263. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  264. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  265. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  266. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  267. //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
  268. CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
  269. //Path to cache edit program executable.
  270. CMAKE_EDIT_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake-gui.exe
  271. //Executable file format
  272. CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
  273. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  274. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  275. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  276. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  277. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  278. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  279. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  280. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  281. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  282. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  283. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  284. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  285. //Name of external makefile project generator.
  286. CMAKE_EXTRA_GENERATOR:INTERNAL=
  287. //Name of generator.
  288. CMAKE_GENERATOR:INTERNAL=Ninja
  289. //Generator instance identifier.
  290. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  291. //Name of generator platform.
  292. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  293. //Name of generator toolset.
  294. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  295. //Source directory with the top level CMakeLists.txt file for this
  296. // project
  297. CMAKE_HOME_DIRECTORY:INTERNAL=D:/a/1/s/externals/vcpkg/buildtrees/zlib/src/v1.2.12-f2d39b538c.clean
  298. //ADVANCED property for variable: CMAKE_LINKER
  299. CMAKE_LINKER-ADVANCED:INTERNAL=1
  300. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  301. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  302. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  303. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  304. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  305. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  306. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  307. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  308. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  309. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  310. //ADVANCED property for variable: CMAKE_MT
  311. CMAKE_MT-ADVANCED:INTERNAL=1
  312. //number of local generators
  313. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
  314. //Platform information initialized
  315. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  316. //noop for ranlib
  317. CMAKE_RANLIB:INTERNAL=:
  318. //ADVANCED property for variable: CMAKE_RC_COMPILER
  319. CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
  320. CMAKE_RC_COMPILER_WORKS:INTERNAL=1
  321. //ADVANCED property for variable: CMAKE_RC_FLAGS
  322. CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
  323. //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG
  324. CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  325. //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL
  326. CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  327. //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE
  328. CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  329. //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO
  330. CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  331. //Path to CMake installation.
  332. CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-3.23
  333. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  334. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  335. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  336. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  337. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  338. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  339. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  340. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  341. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  342. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  343. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  344. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  345. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  346. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  347. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  348. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  349. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  350. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  351. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  352. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  353. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  354. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  355. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  356. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  357. //ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE
  358. CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1
  359. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  360. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  361. //Have function fseeko
  362. HAVE_FSEEKO:INTERNAL=
  363. //Result of TRY_COMPILE
  364. HAVE_OFF64_T:INTERNAL=FALSE
  365. //Have include stddef.h
  366. HAVE_STDDEF_H:INTERNAL=1
  367. //Have include stdint.h
  368. HAVE_STDINT_H:INTERNAL=1
  369. //Have include sys/types.h
  370. HAVE_SYS_TYPES_H:INTERNAL=1
  371. //CHECK_TYPE_SIZE: off64_t unknown
  372. OFF64_T:INTERNAL=
  373. //Install the dependencies listed in your manifest:
  374. //\n If this is off, you will have to manually install your dependencies.
  375. //\n See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md
  376. // for more info.
  377. //\n
  378. VCPKG_MANIFEST_INSTALL:INTERNAL=OFF
  379. //ADVANCED property for variable: VCPKG_VERBOSE
  380. VCPKG_VERBOSE-ADVANCED:INTERNAL=1
  381. //Have include unistd.h
  382. Z_HAVE_UNISTD_H:INTERNAL=
  383. //Making sure VCPKG_MANIFEST_MODE doesn't change
  384. Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=OFF
  385. //Vcpkg root directory
  386. Z_VCPKG_ROOT_DIR:INTERNAL=D:/a/1/s/externals/vcpkg