diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 15:56:16 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 15:56:16 -0700 |
| commit | da5018c7c4e95597cb472908afa1297da0161a2e (patch) | |
| tree | 9322be077b6086887d91b603e7cdfaeeb4aa4ebb | |
| parent | 88b698b04b4d7df915cacd6766403964badc0374 (diff) | |
| download | vcpkg-da5018c7c4e95597cb472908afa1297da0161a2e.tar.gz vcpkg-da5018c7c4e95597cb472908afa1297da0161a2e.zip | |
[libjpeg-turbo] Mark as not supporting static yet
| -rw-r--r-- | ports/libjpeg-turbo/portfile.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/libjpeg-turbo/portfile.cmake b/ports/libjpeg-turbo/portfile.cmake index ba68bc48b..44958628c 100644 --- a/ports/libjpeg-turbo/portfile.cmake +++ b/ports/libjpeg-turbo/portfile.cmake @@ -1,3 +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/libjpeg-turbo-1.4.90) |
