aboutsummaryrefslogtreecommitdiff
path: root/ports/tbb
diff options
context:
space:
mode:
Diffstat (limited to 'ports/tbb')
-rw-r--r--ports/tbb/portfile.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/tbb/portfile.cmake b/ports/tbb/portfile.cmake
index 752386282..fc761f113 100644
--- a/ports/tbb/portfile.cmake
+++ b/ports/tbb/portfile.cmake
@@ -7,7 +7,8 @@
#
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
- message(FATAL_ERROR "Static building not supported yet")
+ message(STATUS "Warning: Static building not supported yet. Building dynamic.")
+ set(VCPKG_LIBRARY_LINKAGE dynamic)
endif()
include(vcpkg_common_functions)