diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-10-05 17:49:28 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-10-05 17:49:28 -0700 |
| commit | 2c9ee072da34a925f0faf22596e532d378930582 (patch) | |
| tree | f856eae473332cf58758fd4a8e173991e1bb91f2 /ports/folly | |
| parent | 06798b6528b777ba2e2a9af59774309db5cf5e52 (diff) | |
| download | vcpkg-2c9ee072da34a925f0faf22596e532d378930582.tar.gz vcpkg-2c9ee072da34a925f0faf22596e532d378930582.zip | |
[vcpkg_build_cmake] Refactor _build_ and _install_ into a single cmake script.
Regenerate documentation. Remove MSVC_64_TOOLSET option because it's obsolete.
Diffstat (limited to 'ports/folly')
| -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 919e799d5..1b30ad86c 100644 --- a/ports/folly/portfile.cmake +++ b/ports/folly/portfile.cmake @@ -38,7 +38,7 @@ vcpkg_configure_cmake( # Folly runs built executables during the build, so they need access to the installed DLLs. set(ENV{PATH} "$ENV{PATH};${CURRENT_INSTALLED_DIR}/bin;${CURRENT_INSTALLED_DIR}/debug/bin") -vcpkg_install_cmake(MSVC_64_TOOLSET) +vcpkg_install_cmake() vcpkg_copy_pdbs() |
