diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 16:08:31 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 16:08:31 -0700 |
| commit | 19c0405963fa7b3a67844d6f9653e058e5dc0c28 (patch) | |
| tree | e5e6fbee78283de249d6c9f93e616ed63cbba898 | |
| parent | f689889ea8a3b2dddade80e5b1de4e232e7f85cd (diff) | |
| download | vcpkg-19c0405963fa7b3a67844d6f9653e058e5dc0c28.tar.gz vcpkg-19c0405963fa7b3a67844d6f9653e058e5dc0c28.zip | |
[libmysql] Marked as not supporting static yet
| -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) |
