From de3189dbe6c5107495bf65b066712b54d4ff9e51 Mon Sep 17 00:00:00 2001 From: Manuel Massing Date: Mon, 28 Nov 2016 14:59:59 +0100 Subject: [proj] Remove unused parameters --- ports/proj/portfile.cmake | 9 ++------- 1 file 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 -- cgit v1.2.3