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:
parent
5c0903d651
commit
229bf815e0
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue