Skip to content

Commit 28b7bab

Browse files
committed
Update torque_configs.cmake
add clean after build
1 parent 0ff5714 commit 28b7bab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/CMake/torque_configs.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ endif()
4646

4747
set(VCPKG_OVERLAY_TRIPLETS "${CMAKE_SOURCE_DIR}/Tools/CMake/vcpkg/triplets" CACHE STRING "")
4848
set(VCPKG_OVERLAY_PORTS "${CMAKE_SOURCE_DIR}/Tools/CMake/vcpkg/ports" CACHE STRING "")
49+
set(VCPKG_INSTALL_OPTIONS "--clean-after-build" CACHE STRING "")
4950
set(ENV{VCPKG_LIB_SOURCE_ROOT} "${CMAKE_SOURCE_DIR}/Engine/lib")
5051
set(ENV{VCPKG_KEEP_ENV_VARS} "VCPKG_LIB_SOURCE_ROOT")
5152
# All include directories to search. Modules should append to this when they want includes to point

0 commit comments

Comments
 (0)