diff options
| author | Todor Prokopov <koprok@users.noreply.github.com> | 2019-01-07 22:33:37 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-01-07 12:33:37 -0800 |
| commit | d02df9d2550b0e43ddd12a7c035a1bdc7b37b01b (patch) | |
| tree | 05387eeaa5b70d505fa0506655e91be2e609dd45 | |
| parent | ff9e982d26a5041670d700adb3fd26eb5139cb43 (diff) | |
| download | vcpkg-d02df9d2550b0e43ddd12a7c035a1bdc7b37b01b.tar.gz vcpkg-d02df9d2550b0e43ddd12a7c035a1bdc7b37b01b.zip | |
[entityx] Do not build shared library in addition to static one (#5006)
| -rw-r--r-- | ports/entityx/CONTROL | 2 | ||||
| -rw-r--r-- | ports/entityx/portfile.cmake | 1 |
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() |
