From 02b1ce2f5a49ceeb2fc5a589b08d73997f103d8d Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 26 Oct 2016 19:52:31 -0700 Subject: [tbb] Mark as not static ready --- ports/tbb/portfile.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ports/tbb/portfile.cmake b/ports/tbb/portfile.cmake index 80b6bff3f..06349b35c 100644 --- a/ports/tbb/portfile.cmake +++ b/ports/tbb/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/tbb2017_20160916oss) -- cgit v1.2.3