Skip to content

Commit bff000d

Browse files
committed
use clang 20 on linux
1 parent 7ec42cf commit bff000d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakePresets.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
"name": "x64-linux",
5050
"inherits": "defaults",
5151
"cacheVariables": {
52-
"VCPKG_TARGET_TRIPLET": "x64-linux"
52+
"VCPKG_TARGET_TRIPLET": "x64-linux",
53+
"CMAKE_CXX_COMPILER": "clang++-20",
54+
"CMAKE_C_COMPILER": "clang-20"
5355
},
5456
"condition": {
5557
"type": "equals",

0 commit comments

Comments
 (0)