aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-02-08 17:37:31 -0800
committerRobert Schumacher <roschuma@microsoft.com>2019-02-08 17:37:31 -0800
commit4cbd210154db56b1f1c99fc563abceb767b3c8a9 (patch)
tree9086ebb58ac854ae05e7a87530d0200555403041
parentf54681082c5e2e33dbe6338019c43fec663dd059 (diff)
downloadvcpkg-4cbd210154db56b1f1c99fc563abceb767b3c8a9.tar.gz
vcpkg-4cbd210154db56b1f1c99fc563abceb767b3c8a9.zip
[rapidjson] PREFER_NINJA
-rw-r--r--ports/rapidjson/CONTROL2
-rw-r--r--ports/rapidjson/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/rapidjson/CONTROL b/ports/rapidjson/CONTROL
index 5e7d4e5cf..b5fe3d4c9 100644
--- a/ports/rapidjson/CONTROL
+++ b/ports/rapidjson/CONTROL
@@ -1,3 +1,3 @@
Source: rapidjson
-Version: 1.1.0-2
+Version: 1.1.0-3
Description: A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>
diff --git a/ports/rapidjson/portfile.cmake b/ports/rapidjson/portfile.cmake
index 45686aab0..8c1c0b938 100644
--- a/ports/rapidjson/portfile.cmake
+++ b/ports/rapidjson/portfile.cmake
@@ -13,6 +13,7 @@ vcpkg_from_github(
# Use RapidJSON's own build process, skipping examples and tests
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
OPTIONS
-DRAPIDJSON_BUILD_DOC:BOOL=OFF
-DRAPIDJSON_BUILD_EXAMPLES:BOOL=OFF