diff options
| -rw-r--r-- | ports/sery/portfile.cmake | 4 |
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 |
