aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodor Prokopov <koprok@users.noreply.github.com>2019-01-07 22:33:37 +0200
committerRobert Schumacher <roschuma@microsoft.com>2019-01-07 12:33:37 -0800
commitd02df9d2550b0e43ddd12a7c035a1bdc7b37b01b (patch)
tree05387eeaa5b70d505fa0506655e91be2e609dd45
parentff9e982d26a5041670d700adb3fd26eb5139cb43 (diff)
downloadvcpkg-d02df9d2550b0e43ddd12a7c035a1bdc7b37b01b.tar.gz
vcpkg-d02df9d2550b0e43ddd12a7c035a1bdc7b37b01b.zip
[entityx] Do not build shared library in addition to static one (#5006)
-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()