aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-05-29 16:38:03 -0700
committerGitHub <noreply@github.com>2020-05-29 16:38:03 -0700
commitcc4f93f4344367af607b8f0f637d44d6ca72f373 (patch)
treeaec577d12e4d5c4c4f73dcdba0992d1481ba4e4f /ports
parent09319cd79e3bee6a41bb76db739aef3f3644f19f (diff)
downloadvcpkg-cc4f93f4344367af607b8f0f637d44d6ca72f373.tar.gz
vcpkg-cc4f93f4344367af607b8f0f637d44d6ca72f373.zip
[vcpkg] Rename the msbuild property VcpkgRoot to VcpkgCurrentInstalledDir, and set VcpkgRoot to the expected root instead. (#11653)
Diffstat (limited to 'ports')
-rw-r--r--ports/qt5-webengine/portfile.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5-webengine/portfile.cmake b/ports/qt5-webengine/portfile.cmake
index d7fd4b053..27e4f8e2d 100644
--- a/ports/qt5-webengine/portfile.cmake
+++ b/ports/qt5-webengine/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
message(STATUS "${PORT} requires a lot of free disk space (>300GB), ram (>32 GB) and time (>4h per configuration) to be successfully build.\n\
-- As such ${PORT} is not properly tested.\n\
-- If ${PORT} fails post build validation please open up an issue. \n\
--- If it fails due to post validation the successfully installed files can be found in <vcpkgroot>/packages/${PORT}_${TARGET_TRIPLET} \n\
--- and just need to be copied into <vcpkgroot>/installed/${TARGaET_TRIPLET}")
+-- If it fails due to post validation the successfully installed files can be found in ${CURRENT_PACKAGES_DIR} \n\
+-- and just need to be copied into ${CURRENT_INSTALLED_DIR}")
if(NOT VCPKG_TARGET_IS_WINDOWS)
message(STATUS "If ${PORT} directly fails ${PORT} might require additional prerequisites on Linux and OSX. Please check the configure logs.\n")
endif()