Skip to content

Commit

Permalink
Fix TBB compile failure due to -Werror and #warning (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Nov 10, 2023
1 parent 319de1e commit 3ed1b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/tbb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ FetchContent_DeclareGitHubWithMirror(tbb
)

FetchContent_MakeAvailableWithArgs(tbb
TBB_STRICT=OFF
TBB_TEST=OFF
TBB_EXAMPLES=OFF
TBBMALLOC_BUILD=OFF
Expand Down

0 comments on commit 3ed1b1b

Please sign in to comment.