Skip to content

Commit

Permalink
build: use klogg fork of tbb for static build
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Apr 18, 2022
1 parent 05d9a86 commit 8121e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ endif()
if(WIN32)
SET(BUILD_SHARED_LIBS ON)
endif()
CPMAddPackage(NAME tbb GITHUB_REPOSITORY oneapi-src/oneTBB VERSION 2021.5.0 EXCLUDE_FROM_ALL YES
CPMAddPackage(NAME tbb GITHUB_REPOSITORY variar/oneTBB GIT_TAG c9a350258bff5ef7c8d3362dd9e7503037a01424 EXCLUDE_FROM_ALL YES
OPTIONS "TBB_TEST=OFF" "TBB_EXAMPLES=OFF" "TBB_STRICT=OFF"
)

Expand Down

0 comments on commit 8121e34

Please sign in to comment.