diff options
| -rw-r--r-- | ports/glog/portfile.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/glog/portfile.cmake b/ports/glog/portfile.cmake index 1790d8649..daefd3c5e 100644 --- a/ports/glog/portfile.cmake +++ b/ports/glog/portfile.cmake @@ -7,6 +7,9 @@ # include(${CMAKE_TRIPLET_FILE}) +if (VCPKG_LIBRARY_LINKAGE STREQUAL static) + message(FATAL_ERROR "Static building not supported yet. Portfile needs modification and also blocked by flags") +endif() include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/glog-0472b91c5defdf90cff7292e3bf7bd86770a9a0a) vcpkg_download_distfile(ARCHIVE |
