Skip to content
Snippets Groups Projects
Commit ec4229a3 authored by Benjamin Cumming's avatar Benjamin Cumming
Browse files

Merge branch 'feature/cmake-vs-tbb' into knl

parents 0417e072 5343f3f7
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ if(NOT TBB_FOUND) ...@@ -178,7 +178,7 @@ if(NOT TBB_FOUND)
# Search for the libraries # Search for the libraries
find_library(TBB_${_comp}_LIBRARY_RELEASE ${_comp} find_library(TBB_${_comp}_LIBRARY_RELEASE ${_comp}
HINTS ${TBB_LIBRARY} ${TBB_SEARCH_DIR} HINTS ${TBB_LIBRARY} ${TBB_SEARCH_DIR}
PATHS ${TBB_DEFAULT_SEARCH_DIR} PATHS ${TBB_DEFAULT_SEARCH_DIR} ENV LIBRARY_PATH
PATH_SUFFIXES "${TBB_LIB_PATH_SUFFIX}") PATH_SUFFIXES "${TBB_LIB_PATH_SUFFIX}")
find_library(TBB_${_comp}_LIBRARY_DEBUG ${_comp}_debug find_library(TBB_${_comp}_LIBRARY_DEBUG ${_comp}_debug
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment