aboutsummaryrefslogtreecommitdiff
path: root/ports/spaceland
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/spaceland
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/spaceland')
-rw-r--r--ports/spaceland/CONTROL2
-rw-r--r--ports/spaceland/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/spaceland/CONTROL b/ports/spaceland/CONTROL
index 4f885e6eb..97b5a9156 100644
--- a/ports/spaceland/CONTROL
+++ b/ports/spaceland/CONTROL
@@ -1,4 +1,4 @@
Source: spaceland
-Version: 7.8.2-2
+Version: 7.8.2-3
Description: Spaceland Lib (sl) is a suite for geometric computation, specifically adapted to OpenGL.
Build-Depends: zlib
diff --git a/ports/spaceland/portfile.cmake b/ports/spaceland/portfile.cmake
index d90ceafd7..def38d6d1 100644
--- a/ports/spaceland/portfile.cmake
+++ b/ports/spaceland/portfile.cmake
@@ -14,6 +14,7 @@ vcpkg_extract_source_archive(${ARCHIVE})
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DSL_TEST=OFF