From 98b270b8be506f6c9c91c5aa80e4769b9b5455a6 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 26 Oct 2016 12:48:57 -0700 Subject: [freeglut] Mark as not supporting static building yet --- ports/freeglut/portfile.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ports/freeglut/portfile.cmake b/ports/freeglut/portfile.cmake index 53bde914e..3ef5be1fd 100644 --- a/ports/freeglut/portfile.cmake +++ b/ports/freeglut/portfile.cmake @@ -1,4 +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) vcpkg_download_distfile(ARCHIVE URLS "http://downloads.sourceforge.net/project/freeglut/freeglut/3.0.0/freeglut-3.0.0.tar.gz" -- cgit v1.2.3