Skip to content

Commit

Permalink
Find tbb version < 2021 with pkg-config (gazebosim#3037)
Browse files Browse the repository at this point in the history
We currently don't support 2021 and newer, see gazebosim#2867.

Signed-off-by: Steven Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Aug 8, 2021
1 parent 9e7e9bf commit c8b008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SearchForStuff.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ if (PKG_CONFIG_FOUND)

#################################################
# Find TBB
pkg_check_modules(TBB tbb)
pkg_check_modules(TBB tbb<2021)
set (TBB_PKG_CONFIG "tbb")
if (NOT TBB_FOUND)
message(STATUS "TBB not found, attempting to detect manually")
Expand Down

0 comments on commit c8b008c

Please sign in to comment.