From 19c0405963fa7b3a67844d6f9653e058e5dc0c28 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 26 Oct 2016 16:08:31 -0700 Subject: [libmysql] Marked as not supporting static yet --- ports/libmysql/portfile.cmake | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3