Skip to content

Commit 656030c

Browse files
committed
Fix TBB_LIBRARY NAMES in FindTBB.cmake
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 91a3a74 commit 656030c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindTBB.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
message(STATUS "Checking for module 'tbb' using find_library()")
66

7-
find_library(TBB_LIBRARY NAMES tbbmalloc tbbmalloc)
7+
find_library(TBB_LIBRARY NAMES libtbbmalloc tbbmalloc)
88
set(TBB_LIBRARIES ${TBB_LIBRARY})
99

1010
get_filename_component(TBB_LIB_DIR ${TBB_LIBRARIES} DIRECTORY)

0 commit comments

Comments
 (0)