From 3960292b6ce87ee277ec45b7ff145957532905e3 Mon Sep 17 00:00:00 2001 From: Arkady Shapkin Date: Thu, 11 May 2017 01:41:16 +0300 Subject: [PATCH] [folly] Improve link speed --- ports/folly/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()