Skip to content

Commit 8fdf346

Browse files
committed
fix: msvc compiler is cl
1 parent 2b76f76 commit 8fdf346

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakePresets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"inherits": "conf-windows-common",
5757
"generator": "Visual Studio 17 2022",
5858
"cacheVariables": {
59-
"CMAKE_C_COMPILER": "clang-cl",
60-
"CMAKE_CXX_COMPILER": "clang-cl",
59+
"CMAKE_C_COMPILER": "cl",
60+
"CMAKE_CXX_COMPILER": "cl",
6161
"myproject_ENABLE_IPO": false,
6262
"CMAKE_BUILD_TYPE": "Debug",
6363
"myproject_ENABLE_COVERAGE": "True"
@@ -70,8 +70,8 @@
7070
"inherits": "conf-windows-common",
7171
"generator": "Visual Studio 17 2022",
7272
"cacheVariables": {
73-
"CMAKE_C_COMPILER": "clang-cl",
74-
"CMAKE_CXX_COMPILER": "clang-cl",
73+
"CMAKE_C_COMPILER": "cl",
74+
"CMAKE_CXX_COMPILER": "cl",
7575
"myproject_ENABLE_IPO": false,
7676
"CMAKE_BUILD_TYPE": "Release"
7777
}

0 commit comments

Comments
 (0)