aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkady Shapkin <arkady.shapkin@gmail.com>2017-05-11 01:41:16 +0300
committerGitHub <noreply@github.com>2017-05-11 01:41:16 +0300
commit3960292b6ce87ee277ec45b7ff145957532905e3 (patch)
treeefead90bfff55a7f686430958e302f5a7e3f5da2
parentc0fbff09ae4a9cac87a80e871e769e46bc8099ce (diff)
downloadvcpkg-3960292b6ce87ee277ec45b7ff145957532905e3.tar.gz
vcpkg-3960292b6ce87ee277ec45b7ff145957532905e3.zip
[folly] Improve link speed
-rw-r--r--ports/folly/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/folly/portfile.cmake b/ports/folly/portfile.cmake
index 8f033cbfc..6d5ce8d25 100644
--- a/ports/folly/portfile.cmake
+++ b/ports/folly/portfile.cmake
@@ -45,7 +45,7 @@ vcpkg_configure_cmake(
# TODO: Confirm it's ok that we aren't adding the debug/bin folder.
set(ENV{PATH} "$ENV{PATH};${CURRENT_INSTALLED_DIR}/bin")
-vcpkg_install_cmake()
+vcpkg_install_cmake(MSVC_64_TOOLSET)
vcpkg_copy_pdbs()