aboutsummaryrefslogtreecommitdiff
path: root/ports/basisu
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/basisu
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/basisu')
-rw-r--r--ports/basisu/CONTROL2
-rw-r--r--ports/basisu/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/basisu/CONTROL b/ports/basisu/CONTROL
index f514dbf25..f31edab07 100644
--- a/ports/basisu/CONTROL
+++ b/ports/basisu/CONTROL
@@ -1,5 +1,5 @@
Source: basisu
-Version: 0.0.1
+Version: 0.0.1-1
Homepage: https://github.com/BinomialLLC/basis_universal
Description: Basis Universal is a supercompressed GPU texture and video compression format that outputs a highly compressed intermediate file format (.basis) that can be quickly transcoded to a wide variety of GPU texture compression formats.
Build-Depends: lodepng \ No newline at end of file
diff --git a/ports/basisu/portfile.cmake b/ports/basisu/portfile.cmake
index 02956b584..7882f0d22 100644
--- a/ports/basisu/portfile.cmake
+++ b/ports/basisu/portfile.cmake
@@ -10,6 +10,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
OPTIONS
-DBUILD_TESTS=OFF
)