vcpkg: Use clean-after-build to reduce disk usage during a build

This commit is contained in:
Magne Sjaastad
2025-01-20 14:15:29 +01:00
parent 2d4cefc29d
commit 1c167eee1e

View File

@@ -8,6 +8,7 @@
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "ThirdParty/vcpkg/scripts/buildsystems/vcpkg.cmake",
"VCPKG_INSTALL_OPTIONS": "--disable-metrics;--clean-after-build",
"RESINSIGHT_INCLUDE_APPLICATION_UNIT_TESTS": true,
"RESINSIGHT_TREAT_WARNINGS_AS_ERRORS": true,
"RESINSIGHT_ENABLE_UNITY_BUILD": false,