diff options
| author | Manuel Massing <m.massing@warped-space.de> | 2016-11-28 14:59:59 +0100 |
|---|---|---|
| committer | Manuel Massing <m.massing@warped-space.de> | 2016-11-28 15:02:51 +0100 |
| commit | de3189dbe6c5107495bf65b066712b54d4ff9e51 (patch) | |
| tree | 1360f8aaa94d1b0df102e7b69f51ef9b1ab29ad9 | |
| parent | c969fad3f99c5c6b0ef50d7f30a66d0a12c59d2c (diff) | |
| download | vcpkg-de3189dbe6c5107495bf65b066712b54d4ff9e51.tar.gz vcpkg-de3189dbe6c5107495bf65b066712b54d4ff9e51.zip | |
[proj] Remove unused parameters
| -rw-r--r-- | ports/proj/portfile.cmake | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ports/proj/portfile.cmake b/ports/proj/portfile.cmake index 88941291c..6007ab62a 100644 --- a/ports/proj/portfile.cmake +++ b/ports/proj/portfile.cmake @@ -35,13 +35,8 @@ vcpkg_configure_cmake( -DPROJ4_TESTS=NO ) -vcpkg_install_cmake( - -DBUILD_CS2CS=NO - -DBUILD_PROJ=NO - -DBUILD_GEOD=NO - -DBUILD_NAD2BIN=NO - -DPROJ4_TESTS=NO -) +vcpkg_install_cmake() + # Rename library and adapt cmake configuration # N.B. debug cmake export is not copied, as it's not relocatable |
