diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-10-06 15:29:37 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-10-06 15:29:37 -0700 |
| commit | b1fe038a839d54fa7da9cadf8eb5e487bf30cb01 (patch) | |
| tree | ac35b45a825f12c4ab17d3dac02b40e72db91948 /ports/zlib | |
| parent | 595ec61deee1965dabb1b9bb3d91193867ac784e (diff) | |
| download | vcpkg-b1fe038a839d54fa7da9cadf8eb5e487bf30cb01.tar.gz vcpkg-b1fe038a839d54fa7da9cadf8eb5e487bf30cb01.zip | |
Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123
Diffstat (limited to 'ports/zlib')
| -rw-r--r-- | ports/zlib/portfile.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/zlib/portfile.cmake b/ports/zlib/portfile.cmake index 777062f85..f87c87a35 100644 --- a/ports/zlib/portfile.cmake +++ b/ports/zlib/portfile.cmake @@ -16,7 +16,6 @@ vcpkg_configure_cmake( -DSKIP_INSTALL_HEADERS=ON ) -vcpkg_build_cmake() vcpkg_install_cmake() if(VCPKG_BUILD_SHARED_LIBS) |
