From 4cbd210154db56b1f1c99fc563abceb767b3c8a9 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Fri, 8 Feb 2019 17:37:31 -0800 Subject: [rapidjson] PREFER_NINJA --- ports/rapidjson/CONTROL | 2 +- ports/rapidjson/portfile.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3