diff options
| -rw-r--r-- | ports/freeglut/portfile.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
