aboutsummaryrefslogtreecommitdiff
path: root/ports/entt
diff options
context:
space:
mode:
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