diff options
Diffstat (limited to 'ports/sery')
| -rw-r--r-- | ports/sery/portfile.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/sery/portfile.cmake b/ports/sery/portfile.cmake index 86d76b33d..d6ebad5b6 100644 --- a/ports/sery/portfile.cmake +++ b/ports/sery/portfile.cmake @@ -1,5 +1,6 @@ if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) - message(FATAL_ERROR "Dynamic building not supported yet") + message(STATUS "Warning: Dynamic building not supported yet. Building static.") + set(VCPKG_LIBRARY_LINKAGE static) endif() include(vcpkg_common_functions) SET(SOURCE_PATH "${CURRENT_BUILDTREES_DIR}/src/Sery-1.0") |
