diff options
| -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 |
