We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b76f76 commit 8fdf346Copy full SHA for 8fdf346
CMakePresets.json
@@ -56,8 +56,8 @@
56
"inherits": "conf-windows-common",
57
"generator": "Visual Studio 17 2022",
58
"cacheVariables": {
59
- "CMAKE_C_COMPILER": "clang-cl",
60
- "CMAKE_CXX_COMPILER": "clang-cl",
+ "CMAKE_C_COMPILER": "cl",
+ "CMAKE_CXX_COMPILER": "cl",
61
"myproject_ENABLE_IPO": false,
62
"CMAKE_BUILD_TYPE": "Debug",
63
"myproject_ENABLE_COVERAGE": "True"
@@ -70,8 +70,8 @@
70
71
72
73
74
75
76
"CMAKE_BUILD_TYPE": "Release"
77
}
0 commit comments