mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 00:42:46 +02:00
Reenable vcpkg-clean because GitHub Actions is running out of disk space.
This commit is contained in:
parent
76c9b9b2e6
commit
fc1ab13d8c
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ else()
|
||||||
set(VCPKG_BUILD_TYPE_PARAM --vcpkg-build-type ${VCPKG_BUILD_TYPE})
|
set(VCPKG_BUILD_TYPE_PARAM --vcpkg-build-type ${VCPKG_BUILD_TYPE})
|
||||||
endif()
|
endif()
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND ${HIFI_PYTHON_EXEC} ${CMAKE_CURRENT_SOURCE_DIR}/prebuild.py --vcpkg-skip-clean --release-type ${RELEASE_TYPE} --build-root ${CMAKE_BINARY_DIR} ${VCPKG_BUILD_TYPE_PARAM}
|
COMMAND ${HIFI_PYTHON_EXEC} ${CMAKE_CURRENT_SOURCE_DIR}/prebuild.py --release-type ${RELEASE_TYPE} --build-root ${CMAKE_BINARY_DIR} ${VCPKG_BUILD_TYPE_PARAM}
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} RESULTS_VARIABLE PREBUILD_RET
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} RESULTS_VARIABLE PREBUILD_RET
|
||||||
)
|
)
|
||||||
# squelch the Policy CMP0074 warning without requiring an update to cmake 3.12.
|
# squelch the Policy CMP0074 warning without requiring an update to cmake 3.12.
|
||||||
|
|
Loading…
Reference in a new issue