diff options
| -rw-r--r-- | c/dependencies/tbb/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/c/dependencies/tbb/CMakeLists.txt b/c/dependencies/tbb/CMakeLists.txt index 0f51395..dfae2ed 100644 --- a/c/dependencies/tbb/CMakeLists.txt +++ b/c/dependencies/tbb/CMakeLists.txt @@ -1,8 +1,3 @@ -if(WIN32 AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU") - message(FATAL_ERROR "BLAKE3_USE_TBB requires building with Clang or MSVC on Windows") - set(BLAKE3_USE_TBB OFF) -endif() - find_package(TBB 2021.11.0 QUIET) if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.11) |
