aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƂ Janiszewski <janisozaur@users.noreply.github.com>2017-12-08 13:50:06 +0100
committerGitHub <noreply@github.com>2017-12-08 13:50:06 +0100
commit9b14a7528d1a4aa4bb69e90f53c6422163c35963 (patch)
treeb76768e3f1dc4d2750a97651a6c43679b810976f
parent48c4b79be510c5aff3f28079b7875a95497691e5 (diff)
downloadvcpkg-9b14a7528d1a4aa4bb69e90f53c6422163c35963.tar.gz
vcpkg-9b14a7528d1a4aa4bb69e90f53c6422163c35963.zip
[jansson] Prefer ninja
-rw-r--r--ports/jansson/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/jansson/portfile.cmake b/ports/jansson/portfile.cmake
index e018170c7..5b255e7ac 100644
--- a/ports/jansson/portfile.cmake
+++ b/ports/jansson/portfile.cmake
@@ -31,6 +31,7 @@ endif()
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
OPTIONS
-DJANSSON_STATIC_CRT=${JANSSON_STATIC_CRT}
-DJANSSON_EXAMPLES=OFF