aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 19:39:09 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 19:39:09 -0700
commita8ec10429a9bd36440ade50977a659b2093bee0d (patch)
tree9b65ba0b11be4b7103e24244c1c05db33bc6b44b
parent031a1f5198bd663a3f367a76dda4a17134fe7ba5 (diff)
downloadvcpkg-a8ec10429a9bd36440ade50977a659b2093bee0d.tar.gz
vcpkg-a8ec10429a9bd36440ade50977a659b2093bee0d.zip
[sery] Mark as not dynamic ready
-rw-r--r--ports/sery/portfile.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/sery/portfile.cmake b/ports/sery/portfile.cmake
index 900ca74e0..9d7e5b770 100644
--- a/ports/sery/portfile.cmake
+++ b/ports/sery/portfile.cmake
@@ -1,3 +1,7 @@
+include(${CMAKE_TRIPLET_FILE})
+if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
+ message(FATAL_ERROR "Dynamic building not supported yet")
+endif()
include(vcpkg_common_functions)
SET(SOURCE_PATH "${CURRENT_BUILDTREES_DIR}/src/Sery-1.0")
vcpkg_download_distfile(ARCHIVE