Skip to content

Commit

Permalink
build: update tbb sha
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Apr 25, 2022
1 parent 9d401a5 commit 97189cf
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 variar/oneTBB GIT_TAG c9a350258bff5ef7c8d3362dd9e7503037a01424 EXCLUDE_FROM_ALL YES
CPMAddPackage(NAME tbb GITHUB_REPOSITORY variar/oneTBB GIT_TAG 281c5b4ae2f1a610a13ba9e812350bb01bb88365 EXCLUDE_FROM_ALL YES
OPTIONS "TBB_TEST=OFF" "TBB_EXAMPLES=OFF" "TBB_STRICT=OFF"
)

Expand Down

0 comments on commit 97189cf

Please sign in to comment.