aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()