aboutsummaryrefslogtreecommitdiff
path: root/ports/capnproto
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/capnproto
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/capnproto')
-rw-r--r--ports/capnproto/CONTROL2
-rw-r--r--ports/capnproto/portfile.cmake5
2 files changed, 5 insertions, 2 deletions
diff --git a/ports/capnproto/CONTROL b/ports/capnproto/CONTROL
index 694469b1f..02cc080f1 100644
--- a/ports/capnproto/CONTROL
+++ b/ports/capnproto/CONTROL
@@ -1,5 +1,5 @@
Source: capnproto
-Version: 0.7.0-2
+Version: 0.7.0-3
Description: Data interchange format and capability-based RPC system
Homepage: https://capnproto.org/
Build-Depends: zlib
diff --git a/ports/capnproto/portfile.cmake b/ports/capnproto/portfile.cmake
index 5c189acc7..4e149a035 100644
--- a/ports/capnproto/portfile.cmake
+++ b/ports/capnproto/portfile.cmake
@@ -15,7 +15,10 @@ vcpkg_from_github(
PATCHES "${CMAKE_CURRENT_LIST_DIR}/0001-fix-capnpc-extension-handling-on-Windows.patch"
)
-vcpkg_configure_cmake(SOURCE_PATH ${SOURCE_PATH})
+vcpkg_configure_cmake(
+ SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
+)
vcpkg_install_cmake()