From 8c5c5c16f46fbf487218fa759171fc86d5a16e0c Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 26 Oct 2016 19:28:59 -0700 Subject: [PATCH] [physfs] Mark as not static ready --- ports/physfs/portfile.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ports/physfs/portfile.cmake b/ports/physfs/portfile.cmake index 463d1b8a7..80ed17d0f 100644 --- a/ports/physfs/portfile.cmake +++ b/ports/physfs/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) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/physfs-2.0.3) vcpkg_download_distfile(ARCHIVE