From 5a8aaa6dfc544cc1a8c4b6ca30eab4def6389bb1 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 26 Oct 2016 14:24:40 -0700 Subject: [glew] Mark as not supporting static building --- ports/glew/portfile.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ports/glew/portfile.cmake b/ports/glew/portfile.cmake index 5d4ce387f..f048e8c41 100644 --- a/ports/glew/portfile.cmake +++ b/ports/glew/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/glew-2.0.0) vcpkg_download_distfile(ARCHIVE_FILE -- cgit v1.2.3