aboutsummaryrefslogtreecommitdiff
path: root/ports/glog
diff options
context:
space:
mode:
Diffstat (limited to 'ports/glog')
-rw-r--r--ports/glog/portfile.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/glog/portfile.cmake b/ports/glog/portfile.cmake
index c9f6bfa43..4895be694 100644
--- a/ports/glog/portfile.cmake
+++ b/ports/glog/portfile.cmake
@@ -7,7 +7,8 @@
#
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
- message(FATAL_ERROR "Static building not supported yet. Portfile needs modification and also blocked by flags")
+ message(STATUS "Warning: Static building not supported yet. Building dynamic.")
+ set(VCPKG_LIBRARY_LINKAGE dynamic)
endif()
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/glog-0472b91c5defdf90cff7292e3bf7bd86770a9a0a)