Skip to content
Snippets Groups Projects
Commit 8b39e54f authored by Sam Yates's avatar Sam Yates Committed by GitHub
Browse files

Merge pull request #54 from bcumming/feature/cmake-vs-tbb

fix cmake to find TBB installed from source
parents 771cf169 5343f3f7
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ if(NOT TBB_FOUND)
# Search for the libraries
find_library(TBB_${_comp}_LIBRARY_RELEASE ${_comp}
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}")
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