diff options
| -rw-r--r-- | ports/libmysql/portfile.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/libmysql/portfile.cmake b/ports/libmysql/portfile.cmake index c0c8ee4c4..dd85e104d 100644 --- a/ports/libmysql/portfile.cmake +++ b/ports/libmysql/portfile.cmake @@ -1,4 +1,7 @@ include(${CMAKE_TRIPLET_FILE}) +if (VCPKG_LIBRARY_LINKAGE STREQUAL static) + message(FATAL_ERROR "Static building not supported yet") +endif() include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/mysql-server-mysql-5.7.16) |
