aboutsummaryrefslogtreecommitdiff
path: root/ports/entityx
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-01-11 12:44:31 -0800
committerPhil Christensen <philc@microsoft.com>2019-01-11 12:44:31 -0800
commit57c78037a4a8f0f7384504475c5510984657f0d2 (patch)
tree91928048e7001ea224d68da54d9bb43cbbd7970f /ports/entityx
parentbf4a864a73dfe0f68a70598c9f5087beca57f2c7 (diff)
parent1134de5eacf2052a936a943acea7f08ba06462d7 (diff)
downloadvcpkg-57c78037a4a8f0f7384504475c5510984657f0d2.tar.gz
vcpkg-57c78037a4a8f0f7384504475c5510984657f0d2.zip
Merge branch 'master' into dev/philc/4990
Diffstat (limited to 'ports/entityx')
-rw-r--r--ports/entityx/CONTROL2
-rw-r--r--ports/entityx/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/entityx/CONTROL b/ports/entityx/CONTROL
index dacd86ee9..16dbcfc32 100644
--- a/ports/entityx/CONTROL
+++ b/ports/entityx/CONTROL
@@ -1,3 +1,3 @@
Source: entityx
-Version: 1.2.0-2
+Version: 1.2.0-3
Description: EntityX - A fast, type-safe C++ Entity-Component system. <https://github.com/alecthomas/entityx>
diff --git a/ports/entityx/portfile.cmake b/ports/entityx/portfile.cmake
index 5df7da6cd..bc6afccc3 100644
--- a/ports/entityx/portfile.cmake
+++ b/ports/entityx/portfile.cmake
@@ -18,6 +18,7 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DENTITYX_BUILD_TESTING=false
+ -DENTITYX_BUILD_SHARED=0
)
vcpkg_install_cmake()