diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 16:06:10 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 16:06:10 +1100 |
commit | aa1d559854a01bbd4cbc6e5d27ca075ab2d9a7c0 (patch) | |
tree | 25b948732e04b96c0735ee5291008746bc72062d /source | |
parent | 6076746ff3fa76e63d953d41885a7d2f843a780e (diff) |
okay libsystemd doesn't compile on clang right now :(
Diffstat (limited to 'source')
-rw-r--r-- | source/CMakePresets.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/CMakePresets.json b/source/CMakePresets.json index 7efdc23..a2c59e9 100644 --- a/source/CMakePresets.json +++ b/source/CMakePresets.json @@ -47,8 +47,6 @@ "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", |