aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorcodicodi <rob.ceglinski@gmail.com>2017-02-03 17:16:13 +0100
committercodicodi <rob.ceglinski@gmail.com>2017-02-03 17:16:13 +0100
commit95af9aac7c39765d1524b7c9c39dc283e9f0facf (patch)
treeb982cc986273b9af83727559fbed5b707a7ed1eb /ports
parent761d56711ef4865c5e6f4076977e55b7b232665a (diff)
downloadvcpkg-95af9aac7c39765d1524b7c9c39dc283e9f0facf.tar.gz
vcpkg-95af9aac7c39765d1524b7c9c39dc283e9f0facf.zip
Add Ninja support
Diffstat (limited to 'ports')
-rw-r--r--ports/fmt/CONTROL2
-rw-r--r--ports/fmt/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL
index ce2bfc4e0..2c90cc300 100644
--- a/ports/fmt/CONTROL
+++ b/ports/fmt/CONTROL
@@ -1,3 +1,3 @@
Source: fmt
-Version: 3.0.1-2
+Version: 3.0.1-3
Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.
diff --git a/ports/fmt/portfile.cmake b/ports/fmt/portfile.cmake
index 3ea33e779..5fbbcc12e 100644
--- a/ports/fmt/portfile.cmake
+++ b/ports/fmt/portfile.cmake
@@ -13,6 +13,7 @@ vcpkg_extract_source_archive(${ARCHIVE_FILE})
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
OPTIONS
-DFMT_CMAKE_DIR=share/fmt
-DFMT_TEST=OFF