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/gflags | |
| 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/gflags')
| -rw-r--r-- | ports/gflags/portfile.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/gflags/portfile.cmake b/ports/gflags/portfile.cmake index ad407a0fd..ca315ae31 100644 --- a/ports/gflags/portfile.cmake +++ b/ports/gflags/portfile.cmake @@ -37,7 +37,6 @@ vcpkg_configure_cmake( -DBUILD_SHARED_LIBS=ON ) -vcpkg_build_cmake() vcpkg_install_cmake() file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) |
