aboutsummaryrefslogtreecommitdiff
path: root/ports/szip
diff options
context:
space:
mode:
authorPhoebe <925731795@qq.com>2019-08-01 04:01:02 +0800
committerPhil Christensen <philc@microsoft.com>2019-07-31 13:01:02 -0700
commitbcff929875d76ade98c251038eea6f48171facc6 (patch)
treede7aa57e4bde6cedd1a0a5cca1eecc56a8929a9c /ports/szip
parent80b187ad64ebcd5cbab7fab982c04e6862076d8e (diff)
downloadvcpkg-bcff929875d76ade98c251038eea6f48171facc6.tar.gz
vcpkg-bcff929875d76ade98c251038eea6f48171facc6.zip
Add PREFER_NINJA to many ports (#7468)
* Add PREFER_NINJA to many ports
Diffstat (limited to 'ports/szip')
-rw-r--r--ports/szip/CONTROL2
-rw-r--r--ports/szip/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/szip/CONTROL b/ports/szip/CONTROL
index ac60f1a9d..8f1fedbc6 100644
--- a/ports/szip/CONTROL
+++ b/ports/szip/CONTROL
@@ -1,4 +1,4 @@
Source: szip
-Version: 2.1.1-4
+Version: 2.1.1-5
Homepage: https://support.hdfgroup.org/ftp/lib-external/szip
Description: Szip compression software, providing lossless compression of scientific data
diff --git a/ports/szip/portfile.cmake b/ports/szip/portfile.cmake
index 047abf392..cffb1693c 100644
--- a/ports/szip/portfile.cmake
+++ b/ports/szip/portfile.cmake
@@ -17,6 +17,7 @@ vcpkg_extract_source_archive_ex(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
OPTIONS
-DSZIP_INSTALL_DATA_DIR=share/szip/data
-DSZIP_INSTALL_CMAKE_DIR=share/szip