Skip to content

Commit

Permalink
vcpkg: Use clean-after-build to reduce disk usage during a build
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 20, 2025
1 parent 2d4cefc commit 1c167ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1c167ee

Please sign in to comment.