Revert f1abbc5f, vcpkg upgrade is fixed.

vcpkg upgrade is fixed via:

f6d52648ec

Use upgrade --no-dry-run again to install the first package to upgrade.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2020-02-25 20:40:22 +00:00
parent 5c0903d651
commit 229bf815e0
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 6 deletions

View File

@ -159,12 +159,7 @@ function(vcpkg_set_toolchain)
if(DEFINED first_upgrade)
execute_process(
COMMAND ${vcpkg_exe} remove ${first_upgrade}
WORKING_DIRECTORY ${VCPKG_ROOT}
)
execute_process(
COMMAND ${vcpkg_exe} install ${first_upgrade}
COMMAND ${vcpkg_exe} upgrade --no-dry-run ${first_upgrade}
WORKING_DIRECTORY ${VCPKG_ROOT}
)
endif()