基质喷涂
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.

403 lines
16 KiB

  1. # This is the CMakeCache file.
  2. # For build in directory: d:/code/stm32/Sub_Spray_STM32/cmake-build-debug-mingw-stm32
  3. # It was generated by CMake: C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/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_ADDR2LINE:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-addr2line.exe
  17. //Path to a program.
  18. CMAKE_AR:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-ar.exe
  19. //A wrapper around 'ar' adding the appropriate '--plugin' option
  20. // for the GCC compiler
  21. CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ar.exe
  22. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  23. // for the GCC compiler
  24. CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ranlib.exe
  25. //Flags used by the ASM compiler during all build types.
  26. CMAKE_ASM_FLAGS:STRING=
  27. //Flags used by the ASM compiler during DEBUG builds.
  28. CMAKE_ASM_FLAGS_DEBUG:STRING=-g
  29. //Flags used by the ASM compiler during MINSIZEREL builds.
  30. CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  31. //Flags used by the ASM compiler during RELEASE builds.
  32. CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  33. //Flags used by the ASM compiler during RELWITHDEBINFO builds.
  34. CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  35. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  36. // MinSizeRel ...
  37. CMAKE_BUILD_TYPE:STRING=Debug
  38. //Enable colored diagnostics throughout.
  39. CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
  40. //No help, variable specified on the command line.
  41. CMAKE_CXX_COMPILER:UNINITIALIZED=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-g++.exe
  42. //A wrapper around 'ar' adding the appropriate '--plugin' option
  43. // for the GCC compiler
  44. CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ar.exe
  45. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  46. // for the GCC compiler
  47. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ranlib.exe
  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. //No help, variable specified on the command line.
  59. CMAKE_C_COMPILER:UNINITIALIZED=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc.exe
  60. //A wrapper around 'ar' adding the appropriate '--plugin' option
  61. // for the GCC compiler
  62. CMAKE_C_COMPILER_AR:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ar.exe
  63. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  64. // for the GCC compiler
  65. CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ranlib.exe
  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=D:/msys64/mingw64/bin/dlltool.exe
  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. //Value Computed by CMake.
  89. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=D:/code/stm32/Sub_Spray_STM32/cmake-build-debug-mingw-stm32/CMakeFiles/pkgRedirects
  90. //Install path prefix, prepended onto install directories.
  91. CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)
  92. //Path to a program.
  93. CMAKE_MAKE_PROGRAM:FILEPATH=D:/msys64/mingw64/bin/make.exe
  94. //Flags used by the linker during the creation of modules during
  95. // all build types.
  96. CMAKE_MODULE_LINKER_FLAGS:STRING=
  97. //Flags used by the linker during the creation of modules during
  98. // DEBUG builds.
  99. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  100. //Flags used by the linker during the creation of modules during
  101. // MINSIZEREL builds.
  102. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  103. //Flags used by the linker during the creation of modules during
  104. // RELEASE builds.
  105. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  106. //Flags used by the linker during the creation of modules during
  107. // RELWITHDEBINFO builds.
  108. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  109. //Path to a program.
  110. CMAKE_NM:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-nm.exe
  111. //Path to a program.
  112. CMAKE_OBJDUMP:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-objdump.exe
  113. //Value Computed by CMake
  114. CMAKE_PROJECT_DESCRIPTION:STATIC=
  115. //Value Computed by CMake
  116. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  117. //Value Computed by CMake
  118. CMAKE_PROJECT_NAME:STATIC=STM32F429GT6
  119. //Path to a program.
  120. CMAKE_RANLIB:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-ranlib.exe
  121. //Path to a program.
  122. CMAKE_READELF:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-readelf.exe
  123. //Flags used by the linker during the creation of shared libraries
  124. // during all build types.
  125. CMAKE_SHARED_LINKER_FLAGS:STRING=
  126. //Flags used by the linker during the creation of shared libraries
  127. // during DEBUG builds.
  128. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  129. //Flags used by the linker during the creation of shared libraries
  130. // during MINSIZEREL builds.
  131. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  132. //Flags used by the linker during the creation of shared libraries
  133. // during RELEASE builds.
  134. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  135. //Flags used by the linker during the creation of shared libraries
  136. // during RELWITHDEBINFO builds.
  137. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  138. //If set, runtime paths are not added when installing shared libraries,
  139. // but are added when building.
  140. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  141. //If set, runtime paths are not added when using shared libraries.
  142. CMAKE_SKIP_RPATH:BOOL=NO
  143. //Flags used by the linker during the creation of static libraries
  144. // during all build types.
  145. CMAKE_STATIC_LINKER_FLAGS:STRING=
  146. //Flags used by the linker during the creation of static libraries
  147. // during DEBUG builds.
  148. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  149. //Flags used by the linker during the creation of static libraries
  150. // during MINSIZEREL builds.
  151. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  152. //Flags used by the linker during the creation of static libraries
  153. // during RELEASE builds.
  154. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  155. //Flags used by the linker during the creation of static libraries
  156. // during RELWITHDEBINFO builds.
  157. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  158. //Path to a program.
  159. CMAKE_STRIP:FILEPATH=C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-strip.exe
  160. //Path to a program.
  161. CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
  162. //If this value is on, makefiles will be generated without the
  163. // .SILENT directive, and all commands will be echoed to the console
  164. // during the make. This is useful for debugging only. With Visual
  165. // Studio IDE projects all commands are done without /nologo.
  166. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  167. //Value Computed by CMake
  168. STM32F429GT6_BINARY_DIR:STATIC=D:/code/stm32/Sub_Spray_STM32/cmake-build-debug-mingw-stm32
  169. //Value Computed by CMake
  170. STM32F429GT6_IS_TOP_LEVEL:STATIC=ON
  171. //Value Computed by CMake
  172. STM32F429GT6_SOURCE_DIR:STATIC=D:/code/stm32/Sub_Spray_STM32
  173. //Value Computed by CMake
  174. stm32cubemx_BINARY_DIR:STATIC=D:/code/stm32/Sub_Spray_STM32/cmake-build-debug-mingw-stm32/cmake/stm32cubemx
  175. //Value Computed by CMake
  176. stm32cubemx_IS_TOP_LEVEL:STATIC=OFF
  177. //Value Computed by CMake
  178. stm32cubemx_SOURCE_DIR:STATIC=D:/code/stm32/Sub_Spray_STM32/cmake/stm32cubemx
  179. ########################
  180. # INTERNAL cache entries
  181. ########################
  182. //ADVANCED property for variable: CMAKE_ADDR2LINE
  183. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  184. //ADVANCED property for variable: CMAKE_AR
  185. CMAKE_AR-ADVANCED:INTERNAL=1
  186. //ADVANCED property for variable: CMAKE_ASM_COMPILER_AR
  187. CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1
  188. //ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB
  189. CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  190. CMAKE_ASM_COMPILER_WORKS:INTERNAL=1
  191. //ADVANCED property for variable: CMAKE_ASM_FLAGS
  192. CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1
  193. //ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG
  194. CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  195. //ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL
  196. CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  197. //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE
  198. CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  199. //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
  200. CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  201. //This is the directory where this CMakeCache.txt was created
  202. CMAKE_CACHEFILE_DIR:INTERNAL=d:/code/stm32/Sub_Spray_STM32/cmake-build-debug-mingw-stm32
  203. //Major version of cmake used to create the current loaded cache
  204. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  205. //Minor version of cmake used to create the current loaded cache
  206. CMAKE_CACHE_MINOR_VERSION:INTERNAL=28
  207. //Patch version of cmake used to create the current loaded cache
  208. CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
  209. //Path to CMake executable.
  210. CMAKE_COMMAND:INTERNAL=C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/bin/cmake.exe
  211. //Path to cpack program executable.
  212. CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/bin/cpack.exe
  213. //Path to ctest program executable.
  214. CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/bin/ctest.exe
  215. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  216. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  217. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  218. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  219. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  220. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  221. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  222. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  223. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  224. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  225. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  226. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  227. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  228. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  229. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  230. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  231. //ADVANCED property for variable: CMAKE_C_COMPILER
  232. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  233. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  234. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  235. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  236. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  237. //ADVANCED property for variable: CMAKE_C_FLAGS
  238. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  239. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  240. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  241. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  242. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  243. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  244. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  245. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  246. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  247. //ADVANCED property for variable: CMAKE_DLLTOOL
  248. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  249. //Executable file format
  250. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  251. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  252. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  253. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  254. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  255. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  256. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  257. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  258. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  259. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  260. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  261. //Name of external makefile project generator.
  262. CMAKE_EXTRA_GENERATOR:INTERNAL=
  263. //Name of generator.
  264. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  265. //Generator instance identifier.
  266. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  267. //Name of generator platform.
  268. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  269. //Name of generator toolset.
  270. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  271. //Source directory with the top level CMakeLists.txt file for this
  272. // project
  273. CMAKE_HOME_DIRECTORY:INTERNAL=D:/code/stm32/Sub_Spray_STM32
  274. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  275. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  276. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  277. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  278. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  279. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  280. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  281. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  282. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  283. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  284. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  285. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  286. //ADVANCED property for variable: CMAKE_NM
  287. CMAKE_NM-ADVANCED:INTERNAL=1
  288. //number of local generators
  289. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
  290. //ADVANCED property for variable: CMAKE_OBJDUMP
  291. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  292. //Platform information initialized
  293. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  294. //ADVANCED property for variable: CMAKE_RANLIB
  295. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  296. //ADVANCED property for variable: CMAKE_READELF
  297. CMAKE_READELF-ADVANCED:INTERNAL=1
  298. //Path to CMake installation.
  299. CMAKE_ROOT:INTERNAL=C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/share/cmake-3.28
  300. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  301. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  302. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  303. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  304. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  305. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  306. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  307. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  308. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  309. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  310. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  311. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  312. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  313. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  314. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  315. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  316. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  317. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  318. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  319. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  320. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  321. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  322. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  323. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  324. //ADVANCED property for variable: CMAKE_STRIP
  325. CMAKE_STRIP-ADVANCED:INTERNAL=1
  326. //ADVANCED property for variable: CMAKE_TAPI
  327. CMAKE_TAPI-ADVANCED:INTERNAL=1
  328. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  329. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1