From fd81dc37bbb819bba79e782b7a2cacbabd42728c Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 26 Oct 2016 16:38:50 -0700 Subject: [libvorbis] Mark as not supporting static yet --- ports/libvorbis/portfile.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ports/libvorbis/portfile.cmake b/ports/libvorbis/portfile.cmake index 6e50efd93..cff89d653 100644 --- a/ports/libvorbis/portfile.cmake +++ b/ports/libvorbis/portfile.cmake @@ -7,6 +7,9 @@ # include(${CMAKE_TRIPLET_FILE}) +if (VCPKG_LIBRARY_LINKAGE STREQUAL static) + message(FATAL_ERROR "Static building not supported yet") +endif() include(vcpkg_common_functions) find_program(GIT git) -- cgit v1.2.3