We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acede9d + 027288b commit 64a82edCopy full SHA for 64a82ed
1 file changed
CMakePresets.json
@@ -26,6 +26,9 @@
26
"description": "Visual Studio 2022 with Clang/LLVM frontend",
27
"generator": "Visual Studio 17 2022",
28
"toolset": "ClangCL",
29
+ "cacheVariables": {
30
+ "CMAKE_POLICY_VERSION_MINIMUM": "3.5"
31
+ },
32
"condition": {
33
"type": "equals",
34
"lhs": "${hostSystemName}",
0 commit comments