Skip to content

Commit a266be5

Browse files
committed
core: compiler changed to cl.exe
1 parent 1c21006 commit a266be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"binaryDir": "${sourceDir}/artifact/build/${presetName}",
99
"installDir": "${sourceDir}/artifact/install/${presetName}",
1010
"cacheVariables": {
11-
"CMAKE_C_COMPILER": "gcc",
12-
"CMAKE_CXX_COMPILER": "g++"
11+
"CMAKE_C_COMPILER": "cl.exe",
12+
"CMAKE_CXX_COMPILER": "cl.exe"
1313
},
1414
"condition": {
1515
"type": "equals",

0 commit comments

Comments
 (0)