mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[entityx] Do not build shared library in addition to static one (#5006)
This commit is contained in:
parent
ff9e982d26
commit
d02df9d255
@ -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>
|
||||
|
@ -18,6 +18,7 @@ vcpkg_configure_cmake(
|
||||
PREFER_NINJA
|
||||
OPTIONS
|
||||
-DENTITYX_BUILD_TESTING=false
|
||||
-DENTITYX_BUILD_SHARED=0
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
x
Reference in New Issue
Block a user