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 /scripts | |
| 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 'scripts')
| -rw-r--r-- | scripts/templates/portfile.in.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/templates/portfile.in.cmake b/scripts/templates/portfile.in.cmake index 760b6a700..804d8d216 100644 --- a/scripts/templates/portfile.in.cmake +++ b/scripts/templates/portfile.in.cmake @@ -23,7 +23,6 @@ vcpkg_configure_cmake( # OPTIONS_DEBUG -DDEBUGGABLE=1 ) -vcpkg_build_cmake() vcpkg_install_cmake() # Handle copyright |
