diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 19:52:31 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 19:52:31 -0700 |
| commit | 02b1ce2f5a49ceeb2fc5a589b08d73997f103d8d (patch) | |
| tree | 0d2b64db791997ab013d0a94b06a9b2cb601005c | |
| parent | 21dcba6912b14fc8d9d8219c54752bb1c3093f2d (diff) | |
| download | vcpkg-02b1ce2f5a49ceeb2fc5a589b08d73997f103d8d.tar.gz vcpkg-02b1ce2f5a49ceeb2fc5a589b08d73997f103d8d.zip | |
[tbb] Mark as not static ready
| -rw-r--r-- | ports/tbb/portfile.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
