Skip to content

Commit 7fe70e6

Browse files
committed
Restore --clean-buildtrees-after-build vcpkg flag that was accidentally removed
1 parent 4e75b5c commit 7fe70e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"cacheVariables": {
2323
"TREMOTESF_WITH_HTTPLIB": "system",
2424
"VCPKG_INSTALLED_DIR": "${sourceDir}/vcpkg-installed",
25-
"VCPKG_INSTALL_OPTIONS": "--disable-metrics;--clean-packages-after-build",
25+
"VCPKG_INSTALL_OPTIONS": "--disable-metrics;--clean-buildtrees-after-build;--clean-packages-after-build",
2626
"VCPKG_OVERLAY_TRIPLETS": "${sourceDir}/vcpkg-overlay-triplets"
2727
},
2828
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"

0 commit comments

Comments
 (0)