From f18f97c5d52f2076d10dfb38ca744daf848b522e Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 26 Oct 2016 15:32:35 -0700 Subject: [PATCH] [harfbuzz] Mark as not supporting static yet --- ports/harfbuzz/portfile.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ports/harfbuzz/portfile.cmake b/ports/harfbuzz/portfile.cmake index 6a46dda102..1bb64f3e43 100644 --- a/ports/harfbuzz/portfile.cmake +++ b/ports/harfbuzz/portfile.cmake @@ -7,6 +7,9 @@ # include(${CMAKE_TRIPLET_FILE}) +if (VCPKG_LIBRARY_LINKAGE STREQUAL static) + message(FATAL_ERROR "Static building not supported yet. Portfile not modified for static and blocked on freetype.") +endif() include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/harfbuzz-1.3.2) find_program(NMAKE nmake)