diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-05-11 17:59:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-11 17:59:56 -0700 |
| commit | 393e866d6cb90845596142584e5d57b8df70b647 (patch) | |
| tree | c861f9024168775760fb8844f74f024574e15e21 | |
| parent | 8cab1df3cfb089021a340e9638c09d67b8eaf840 (diff) | |
| parent | 3960292b6ce87ee277ec45b7ff145957532905e3 (diff) | |
| download | vcpkg-393e866d6cb90845596142584e5d57b8df70b647.tar.gz vcpkg-393e866d6cb90845596142584e5d57b8df70b647.zip | |
Merge pull request #1075 from KindDragon/patch-1
[folly] Improve link speed
| -rw-r--r-- | ports/folly/portfile.cmake | 2 |
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() |
