Skip to content

Commit 164d673

Browse files
theblackunknownAndréa MACHIZAUD
authored andcommitted
Fix typo in FindTBB
1 parent 32c911a commit 164d673

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/modules/FindTBB.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,13 @@ if(NOT TBB_FOUND)
224224
endif()
225225

226226
if(TBB_VERSION VERSION_LESS 4.3)
227-
set(TBB_SEARCH_COMPOMPONENTS tbb_preview tbbmalloc tbb)
227+
set(TBB_SEARCH_COMPONENTS tbb_preview tbbmalloc tbb)
228228
else()
229-
set(TBB_SEARCH_COMPOMPONENTS tbb_preview tbbmalloc_proxy tbbmalloc tbb)
229+
set(TBB_SEARCH_COMPONENTS tbb_preview tbbmalloc_proxy tbbmalloc tbb)
230230
endif()
231231

232232
# Find each component
233-
foreach(_comp ${TBB_SEARCH_COMPOMPONENTS})
233+
foreach(_comp ${TBB_SEARCH_COMPONENTS})
234234
if(";${TBB_FIND_COMPONENTS};tbb" MATCHES ";${_comp};")
235235

236236
if(${_comp} STREQUAL tbb)

0 commit comments

Comments
 (0)