[entityx] Do not build shared library in addition to static one (#5006)

This commit is contained in:
Todor Prokopov 2019-01-07 22:33:37 +02:00 committed by Robert Schumacher
parent ff9e982d26
commit d02df9d255
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -18,6 +18,7 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DENTITYX_BUILD_TESTING=false
-DENTITYX_BUILD_SHARED=0
)
vcpkg_install_cmake()