mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Updating OSX tbb loc.
This commit is contained in:
@@ -149,7 +149,8 @@ if(NOT TBB_FOUND)
|
||||
# OS X
|
||||
set(TBB_DEFAULT_SEARCH_DIR
|
||||
"/opt/intel/tbb"
|
||||
"/usr/local/Cellar/tbb/")
|
||||
"/usr/local/Cellar/tbb/"
|
||||
"/usr/local/Cellar/tbb/2018_U5")
|
||||
|
||||
# TODO: Check to see which C++ library is being used by the compiler.
|
||||
if(NOT ${CMAKE_SYSTEM_VERSION} VERSION_LESS 13.0)
|
||||
|
||||
Reference in New Issue
Block a user