From 19cc2a482c234fc03409c8cbb7502dcf0a85d443 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 26 Oct 2016 14:27:50 -0700 Subject: [glfw3] Mark as not supporting static building --- ports/glfw3/portfile.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ports/glfw3/portfile.cmake b/ports/glfw3/portfile.cmake index 8c0a90601..f2aa28e04 100644 --- a/ports/glfw3/portfile.cmake +++ b/ports/glfw3/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/glfw-3.2.1) vcpkg_download_distfile(ARCHIVE -- cgit v1.2.3