CMakeCache.txt 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. # This is the CMakeCache file.
  2. # For build in directory: d:/code/code/DriverPlatform-V3.1/out/build/x64-Debug
  3. # It was generated by CMake: C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/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. //Path to a program.
  16. CMAKE_AR:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/lib.exe
  17. //No help, variable specified on the command line.
  18. CMAKE_BUILD_TYPE:STRING=Debug
  19. //No help, variable specified on the command line.
  20. CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe
  21. //Flags used by the CXX compiler during all build types.
  22. CMAKE_CXX_FLAGS:STRING=/DWIN32 /D_WINDOWS /GR /EHsc
  23. //Flags used by the CXX compiler during DEBUG builds.
  24. CMAKE_CXX_FLAGS_DEBUG:STRING=/Zi /Ob0 /Od /RTC1
  25. //Flags used by the CXX compiler during MINSIZEREL builds.
  26. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG
  27. //Flags used by the CXX compiler during RELEASE builds.
  28. CMAKE_CXX_FLAGS_RELEASE:STRING=/O2 /Ob2 /DNDEBUG
  29. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  30. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG
  31. //Libraries linked by default with all C++ applications.
  32. CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
  33. //No help, variable specified on the command line.
  34. CMAKE_C_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe
  35. //Flags used by the C compiler during all build types.
  36. CMAKE_C_FLAGS:STRING=/DWIN32 /D_WINDOWS
  37. //Flags used by the C compiler during DEBUG builds.
  38. CMAKE_C_FLAGS_DEBUG:STRING=/Zi /Ob0 /Od /RTC1
  39. //Flags used by the C compiler during MINSIZEREL builds.
  40. CMAKE_C_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG
  41. //Flags used by the C compiler during RELEASE builds.
  42. CMAKE_C_FLAGS_RELEASE:STRING=/O2 /Ob2 /DNDEBUG
  43. //Flags used by the C compiler during RELWITHDEBINFO builds.
  44. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG
  45. //Libraries linked by default with all C applications.
  46. 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
  47. //Flags used by the linker during all build types.
  48. CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64
  49. //Flags used by the linker during DEBUG builds.
  50. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
  51. //Flags used by the linker during MINSIZEREL builds.
  52. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
  53. //Flags used by the linker during RELEASE builds.
  54. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
  55. //Flags used by the linker during RELWITHDEBINFO builds.
  56. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
  57. //Enable/Disable output of build database during the build.
  58. CMAKE_EXPORT_BUILD_DATABASE:BOOL=
  59. //Enable/Disable output of compile commands during generation.
  60. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
  61. //Value Computed by CMake.
  62. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=D:/code/code/DriverPlatform-V3.1/out/build/x64-Debug/CMakeFiles/pkgRedirects
  63. //No help, variable specified on the command line.
  64. CMAKE_INSTALL_PREFIX:PATH=D:/code/code/DriverPlatform-V3.1/out/install/x64-Debug
  65. //Path to a program.
  66. CMAKE_LINKER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/link.exe
  67. //make program
  68. CMAKE_MAKE_PROGRAM:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe
  69. //Flags used by the linker during the creation of modules during
  70. // all build types.
  71. CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64
  72. //Flags used by the linker during the creation of modules during
  73. // DEBUG builds.
  74. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
  75. //Flags used by the linker during the creation of modules during
  76. // MINSIZEREL builds.
  77. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
  78. //Flags used by the linker during the creation of modules during
  79. // RELEASE builds.
  80. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
  81. //Flags used by the linker during the creation of modules during
  82. // RELWITHDEBINFO builds.
  83. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
  84. //Path to a program.
  85. CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/mt.exe
  86. //Value Computed by CMake
  87. CMAKE_PROJECT_DESCRIPTION:STATIC=
  88. //Value Computed by CMake
  89. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  90. //Value Computed by CMake
  91. CMAKE_PROJECT_NAME:STATIC=DriverPlatform-V3.1
  92. //Value Computed by CMake
  93. CMAKE_PROJECT_VERSION:STATIC=1.0.0
  94. //Value Computed by CMake
  95. CMAKE_PROJECT_VERSION_MAJOR:STATIC=1
  96. //Value Computed by CMake
  97. CMAKE_PROJECT_VERSION_MINOR:STATIC=0
  98. //Value Computed by CMake
  99. CMAKE_PROJECT_VERSION_PATCH:STATIC=0
  100. //Value Computed by CMake
  101. CMAKE_PROJECT_VERSION_TWEAK:STATIC=
  102. //RC compiler
  103. CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/rc.exe
  104. //Flags for Windows Resource Compiler during all build types.
  105. CMAKE_RC_FLAGS:STRING=-DWIN32
  106. //Flags for Windows Resource Compiler during DEBUG builds.
  107. CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG
  108. //Flags for Windows Resource Compiler during MINSIZEREL builds.
  109. CMAKE_RC_FLAGS_MINSIZEREL:STRING=
  110. //Flags for Windows Resource Compiler during RELEASE builds.
  111. CMAKE_RC_FLAGS_RELEASE:STRING=
  112. //Flags for Windows Resource Compiler during RELWITHDEBINFO builds.
  113. CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING=
  114. //Flags used by the linker during the creation of shared libraries
  115. // during all build types.
  116. CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64
  117. //Flags used by the linker during the creation of shared libraries
  118. // during DEBUG builds.
  119. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
  120. //Flags used by the linker during the creation of shared libraries
  121. // during MINSIZEREL builds.
  122. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
  123. //Flags used by the linker during the creation of shared libraries
  124. // during RELEASE builds.
  125. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
  126. //Flags used by the linker during the creation of shared libraries
  127. // during RELWITHDEBINFO builds.
  128. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
  129. //If set, runtime paths are not added when installing shared libraries,
  130. // but are added when building.
  131. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  132. //If set, runtime paths are not added when using shared libraries.
  133. CMAKE_SKIP_RPATH:BOOL=NO
  134. //Flags used by the linker during the creation of static libraries
  135. // during all build types.
  136. CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64
  137. //Flags used by the linker during the creation of static libraries
  138. // during DEBUG builds.
  139. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  140. //Flags used by the linker during the creation of static libraries
  141. // during MINSIZEREL builds.
  142. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  143. //Flags used by the linker during the creation of static libraries
  144. // during RELEASE builds.
  145. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  146. //Flags used by the linker during the creation of static libraries
  147. // during RELWITHDEBINFO builds.
  148. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  149. //If this value is on, makefiles will be generated without the
  150. // .SILENT directive, and all commands will be echoed to the console
  151. // during the make. This is useful for debugging only. With Visual
  152. // Studio IDE projects all commands are done without /nologo.
  153. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  154. //Value Computed by CMake
  155. CcosLock_BINARY_DIR:STATIC=D:/code/code/DriverPlatform-V3.1/out/build/x64-Debug/CcosLock
  156. //Value Computed by CMake
  157. CcosLock_IS_TOP_LEVEL:STATIC=OFF
  158. //Value Computed by CMake
  159. CcosLock_SOURCE_DIR:STATIC=D:/code/code/DriverPlatform-V3.1/CcosLock
  160. //Value Computed by CMake
  161. Crc64_BINARY_DIR:STATIC=D:/code/code/DriverPlatform-V3.1/out/build/x64-Debug/Crc64
  162. //Value Computed by CMake
  163. Crc64_IS_TOP_LEVEL:STATIC=OFF
  164. //Value Computed by CMake
  165. Crc64_SOURCE_DIR:STATIC=D:/code/code/DriverPlatform-V3.1/Crc64
  166. //Value Computed by CMake
  167. DevTree_BINARY_DIR:STATIC=D:/code/code/DriverPlatform-V3.1/out/build/x64-Debug/DevTree
  168. //Value Computed by CMake
  169. DevTree_IS_TOP_LEVEL:STATIC=OFF
  170. //Value Computed by CMake
  171. DevTree_SOURCE_DIR:STATIC=D:/code/code/DriverPlatform-V3.1/DevTree
  172. //Value Computed by CMake
  173. DriverPlatform-V3.1_BINARY_DIR:STATIC=D:/code/code/DriverPlatform-V3.1/out/build/x64-Debug
  174. //Value Computed by CMake
  175. DriverPlatform-V3.1_IS_TOP_LEVEL:STATIC=ON
  176. //Value Computed by CMake
  177. DriverPlatform-V3.1_SOURCE_DIR:STATIC=D:/code/code/DriverPlatform-V3.1
  178. //Value Computed by CMake
  179. ResDataObject_BINARY_DIR:STATIC=D:/code/code/DriverPlatform-V3.1/out/build/x64-Debug/ResDataObject
  180. //Value Computed by CMake
  181. ResDataObject_IS_TOP_LEVEL:STATIC=OFF
  182. //Value Computed by CMake
  183. ResDataObject_SOURCE_DIR:STATIC=D:/code/code/DriverPlatform-V3.1/ResDataObject
  184. ########################
  185. # INTERNAL cache entries
  186. ########################
  187. //ADVANCED property for variable: CMAKE_AR
  188. CMAKE_AR-ADVANCED:INTERNAL=1
  189. //This is the directory where this CMakeCache.txt was created
  190. CMAKE_CACHEFILE_DIR:INTERNAL=d:/code/code/DriverPlatform-V3.1/out/build/x64-Debug
  191. //Major version of cmake used to create the current loaded cache
  192. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  193. //Minor version of cmake used to create the current loaded cache
  194. CMAKE_CACHE_MINOR_VERSION:INTERNAL=31
  195. //Patch version of cmake used to create the current loaded cache
  196. CMAKE_CACHE_PATCH_VERSION:INTERNAL=6
  197. //Path to CMake executable.
  198. CMAKE_COMMAND:INTERNAL=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe
  199. //Path to cpack program executable.
  200. CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cpack.exe
  201. //Path to ctest program executable.
  202. CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest.exe
  203. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  204. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  205. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  206. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  207. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  208. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  209. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  210. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  211. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  212. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  213. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  214. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  215. //ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
  216. CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
  217. //ADVANCED property for variable: CMAKE_C_COMPILER
  218. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  219. //ADVANCED property for variable: CMAKE_C_FLAGS
  220. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  221. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  222. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  223. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  224. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  225. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  226. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  227. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  228. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  229. //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
  230. CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
  231. //Executable file format
  232. CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
  233. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  234. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  235. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  236. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  237. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  238. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  239. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  240. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  241. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  242. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  243. //ADVANCED property for variable: CMAKE_EXPORT_BUILD_DATABASE
  244. CMAKE_EXPORT_BUILD_DATABASE-ADVANCED:INTERNAL=1
  245. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  246. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  247. //Name of external makefile project generator.
  248. CMAKE_EXTRA_GENERATOR:INTERNAL=
  249. //Name of generator.
  250. CMAKE_GENERATOR:INTERNAL=Ninja
  251. //Generator instance identifier.
  252. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  253. //Name of generator platform.
  254. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  255. //Name of generator toolset.
  256. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  257. //Source directory with the top level CMakeLists.txt file for this
  258. // project
  259. CMAKE_HOME_DIRECTORY:INTERNAL=D:/code/code/DriverPlatform-V3.1
  260. //ADVANCED property for variable: CMAKE_LINKER
  261. CMAKE_LINKER-ADVANCED:INTERNAL=1
  262. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  263. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  264. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  265. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  266. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  267. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  268. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  269. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  270. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  271. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  272. //ADVANCED property for variable: CMAKE_MT
  273. CMAKE_MT-ADVANCED:INTERNAL=1
  274. //number of local generators
  275. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=5
  276. //Platform information initialized
  277. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  278. //noop for ranlib
  279. CMAKE_RANLIB:INTERNAL=:
  280. //ADVANCED property for variable: CMAKE_RC_COMPILER
  281. CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
  282. CMAKE_RC_COMPILER_WORKS:INTERNAL=1
  283. //ADVANCED property for variable: CMAKE_RC_FLAGS
  284. CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
  285. //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG
  286. CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  287. //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL
  288. CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  289. //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE
  290. CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  291. //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO
  292. CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  293. //Path to CMake installation.
  294. CMAKE_ROOT:INTERNAL=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.31
  295. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  296. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  297. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  298. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  299. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  300. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  301. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  302. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  303. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  304. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  305. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  306. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  307. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  308. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  309. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  310. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  311. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  312. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  313. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  314. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  315. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  316. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  317. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  318. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  319. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  320. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1