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/protobuf | |
| 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/protobuf')
| -rw-r--r-- | ports/protobuf/portfile.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/protobuf/portfile.cmake b/ports/protobuf/portfile.cmake index e3cae639c..e7f45c36c 100644 --- a/ports/protobuf/portfile.cmake +++ b/ports/protobuf/portfile.cmake @@ -58,8 +58,7 @@ vcpkg_configure_cmake( -DCMAKE_INSTALL_CMAKEDIR=share/protobuf ) -# Using 64-bit toolset to avoid occassional Linker Out-of-Memory issues. -vcpkg_install_cmake(MSVC_64_TOOLSET) +vcpkg_install_cmake() # It appears that at this point the build hasn't actually finished. There is probably # a process spawned by the build, therefore we need to wait a bit. |
