mirror of https://github.com/CGAL/cgal
First search for TBB in config mode
This commit is contained in:
parent
56e09b7a7b
commit
74b3504879
|
|
@ -189,6 +189,11 @@ endmacro()
|
|||
# Now to actually find TBB
|
||||
#
|
||||
|
||||
#start with CONFIG Mode
|
||||
find_package(TBB QUIET NO_MODULE)
|
||||
if(TBB_FOUND)
|
||||
return()
|
||||
endif()#TBB_FOUND
|
||||
# Get path, convert backslashes as ${ENV_${var}}
|
||||
getenv_path(TBB_ROOT)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue