diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 14:50:10 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 14:50:10 +1100 |
commit | 5b520556cf071223a5790d0d08ffadac9f0c07e0 (patch) | |
tree | 66bec52a11fe131c059059a1124b564d7cb7e3f6 | |
parent | 874ab3dd48a53c0cda6bb1faaeea27b52d2c1df2 (diff) |
switch Linux builds to Clang (this will surely end well!)
-rw-r--r-- | source/CMakePresets.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/CMakePresets.json b/source/CMakePresets.json index a2c59e9..7efdc23 100644 --- a/source/CMakePresets.json +++ b/source/CMakePresets.json @@ -47,6 +47,8 @@ "binaryDir": "${sourceParentDir}/build/linux-release", "cacheVariables": { "CMAKE_BUILD_TYPE": "Release", + "CMAKE_C_COMPILER": "clang", + "CMAKE_CXX_COMPILER": "clang++", "VCPKG_TARGET_TRIPLET": "x64-linux-mixed", "CMAKE_INCLUDE_PATH": "${sourceParentDir}/lib/linux/include", "CMAKE_LIBRARY_PATH": "${sourceParentDir}/lib/linux", |