diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-09 09:49:00 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-09 09:49:00 +1100 |
commit | 4c2e75b585ef366c6744b5e4e303c0fddff1fefd (patch) | |
tree | 1af72eb4fe6fbc53fa926fa9b6aa933a050e8506 /source/CMakePresets.json | |
parent | 7b556b33f8f7aed94b3e706783dfe9e37497896a (diff) |
sccache is autodetected now - optional in presets
Diffstat (limited to 'source/CMakePresets.json')
-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 13a65c7..8bdbeea 100644 --- a/source/CMakePresets.json +++ b/source/CMakePresets.json @@ -16,8 +16,6 @@ "CMAKE_INSTALL_PREFIX": "${sourceParentDir}/install", "VCPKG_OVERLAY_TRIPLETS": "${sourceParentDir}/triplets", "CMAKE_VERBOSE_MAKEFILE": true, - "CMAKE_C_COMPILER_LAUNCHER": "sccache", - "CMAKE_CXX_COMPILER_LAUNCHER": "sccache", "BUILD_TESTING": true, "STAR_ENABLE_STEAM_INTEGRATION": true, "STAR_ENABLE_DISCORD_INTEGRATION": true |