diff options
| author | Stijn Herfst <stijnherfst@outlook.com> | 2019-05-14 10:23:50 +0200 |
|---|---|---|
| committer | Stijn Herfst <stijnherfst@outlook.com> | 2019-05-14 10:23:50 +0200 |
| commit | f241acc7316ae9dedd40725be0aedd4395ac2501 (patch) | |
| tree | 02228d4e6231dc72a879a537985c6f1687860a29 | |
| parent | eb6513f27482d94d113e85523ce4362c7cac6846 (diff) | |
| download | vcpkg-f241acc7316ae9dedd40725be0aedd4395ac2501.tar.gz vcpkg-f241acc7316ae9dedd40725be0aedd4395ac2501.zip | |
[stormlib] Fix for incorrectly setting variable
| -rw-r--r-- | ports/stormlib/portfile.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/stormlib/portfile.cmake b/ports/stormlib/portfile.cmake index 116a894b3..82e0aedf9 100644 --- a/ports/stormlib/portfile.cmake +++ b/ports/stormlib/portfile.cmake @@ -17,10 +17,8 @@ vcpkg_apply_patches( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
- OPTIONS -STORM_BUILD_TESTS=OFF
)
vcpkg_install_cmake()
-set(STORM_BUILD_TESTS OFF)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/stormlib RENAME copyright)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
