aboutsummaryrefslogtreecommitdiff
path: root/ports/pugixml
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/pugixml
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/pugixml')
-rw-r--r--ports/pugixml/CONTROL2
-rw-r--r--ports/pugixml/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/pugixml/CONTROL b/ports/pugixml/CONTROL
index a68f43833..7024b6b04 100644
--- a/ports/pugixml/CONTROL
+++ b/ports/pugixml/CONTROL
@@ -1,4 +1,4 @@
Source: pugixml
-Version: 1.9-2
+Version: 1.9-3
Homepage: https://github.com/zeux/pugixml
Description: C++ XML processing library
diff --git a/ports/pugixml/portfile.cmake b/ports/pugixml/portfile.cmake
index 62d0a4b74..746e9c2d4 100644
--- a/ports/pugixml/portfile.cmake
+++ b/ports/pugixml/portfile.cmake
@@ -10,6 +10,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
)
vcpkg_install_cmake()