aboutsummaryrefslogtreecommitdiff
path: root/ports/entt
diff options
context:
space:
mode:
authorCheney Wang <38240633+Cheney-W@users.noreply.github.com>2019-06-04 17:23:04 +0800
committerRobert Schumacher <roschuma@microsoft.com>2019-06-04 02:23:04 -0700
commit8fe8cf468bb936d331fc72d0b388ed36a7e61dd0 (patch)
tree44e1e2c581b204bdc4a47845a29b864de786b791 /ports/entt
parent99ee8b71a81b352e187cfa677ff1220936931d0e (diff)
downloadvcpkg-8fe8cf468bb936d331fc72d0b388ed36a7e61dd0.tar.gz
vcpkg-8fe8cf468bb936d331fc72d0b388ed36a7e61dd0.zip
[entityx][entt] Disable parallel configure (#6736)
* [entityx][entt] Disable parallel configure * [entityx][entt] Remove the invalid patch
Diffstat (limited to 'ports/entt')
-rw-r--r--ports/entt/CONTROL2
-rw-r--r--ports/entt/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/entt/CONTROL b/ports/entt/CONTROL
index 47770ebd1..37f95a699 100644
--- a/ports/entt/CONTROL
+++ b/ports/entt/CONTROL
@@ -1,3 +1,3 @@
Source: entt
-Version: 3.0.0
+Version: 3.0.0-1
Description: Gaming meets modern C++ - a fast and reliable entity-component system and much more. <https://github.com/skypjack/entt>
diff --git a/ports/entt/portfile.cmake b/ports/entt/portfile.cmake
index af331821d..3aed9147f 100644
--- a/ports/entt/portfile.cmake
+++ b/ports/entt/portfile.cmake
@@ -11,6 +11,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_TESTING=OFF