mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:49:01 +08:00
Remove phantom quotes from the invocation of vcpkg install in manifest mode. (#30473)
This commit is contained in:
parent
3fce2d454c
commit
c609fc5265
@ -519,7 +519,7 @@ if(VCPKG_MANIFEST_MODE AND VCPKG_MANIFEST_INSTALL AND NOT Z_VCPKG_CMAKE_IN_TRY_C
|
||||
"--x-wait-for-lock"
|
||||
"--x-manifest-root=${VCPKG_MANIFEST_DIR}"
|
||||
"--x-install-root=${_VCPKG_INSTALLED_DIR}"
|
||||
"${Z_VCPKG_FEATURE_FLAGS}"
|
||||
${Z_VCPKG_FEATURE_FLAGS}
|
||||
${Z_VCPKG_ADDITIONAL_MANIFEST_PARAMS}
|
||||
${VCPKG_INSTALL_OPTIONS}
|
||||
OUTPUT_VARIABLE Z_VCPKG_MANIFEST_INSTALL_LOGTEXT
|
||||
|
Loading…
Reference in New Issue
Block a user