Skip to content

Commit 5d2e4f2

Browse files
committed
switched to clang
1 parent 5181285 commit 5d2e4f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakePresets.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"binaryDir": "${sourceDir}/cmake-build/build/${presetName}",
4141
"installDir": "${sourceDir}/cmake-build/install/${presetName}",
4242
"cacheVariables": {
43-
"CMAKE_C_COMPILER": "gcc",
44-
"CMAKE_CXX_COMPILER": "g++"
43+
"CMAKE_C_COMPILER": "clang",
44+
"CMAKE_CXX_COMPILER": "clang++"
4545
},
4646
"condition": {
4747
"type": "equals",

0 commit comments

Comments
 (0)