We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597289b commit 2181637Copy full SHA for 2181637
cmake/modules/FindTBB.cmake
@@ -224,13 +224,13 @@ if(NOT TBB_FOUND)
224
endif()
225
226
if(TBB_VERSION VERSION_LESS 4.3)
227
- set(TBB_SEARCH_COMPOMPONENTS tbb_preview tbbmalloc tbb)
+ set(TBB_SEARCH_COMPONENTS tbb_preview tbbmalloc tbb)
228
else()
229
- set(TBB_SEARCH_COMPOMPONENTS tbb_preview tbbmalloc_proxy tbbmalloc tbb)
+ set(TBB_SEARCH_COMPONENTS tbb_preview tbbmalloc_proxy tbbmalloc tbb)
230
231
232
# Find each component
233
- foreach(_comp ${TBB_SEARCH_COMPOMPONENTS})
+ foreach(_comp ${TBB_SEARCH_COMPONENTS})
234
if(";${TBB_FIND_COMPONENTS};tbb" MATCHES ";${_comp};")
235
236
if(${_comp} STREQUAL tbb)
0 commit comments