diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 16:00:04 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 16:00:04 -0700 |
| commit | f689889ea8a3b2dddade80e5b1de4e232e7f85cd (patch) | |
| tree | 0271c2f140b7dfdfa2093e7104bcc40b014ab4a4 /ports | |
| parent | da5018c7c4e95597cb472908afa1297da0161a2e (diff) | |
| download | vcpkg-f689889ea8a3b2dddade80e5b1de4e232e7f85cd.tar.gz vcpkg-f689889ea8a3b2dddade80e5b1de4e232e7f85cd.zip | |
[libmariadb] Mark as not supporting static yet
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libmariadb/portfile.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/libmariadb/portfile.cmake b/ports/libmariadb/portfile.cmake index ef1d85cae..ab40ab5c9 100644 --- a/ports/libmariadb/portfile.cmake +++ b/ports/libmariadb/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/mariadb-connector-c-2.3.1) |
