Unverified Commit a72c9e83 authored by Sam Wu's avatar Sam Wu Committed by GitHub
Browse files

Merge branch 'develop' into doc-standard

parents 20ac1e87 044d006c
......@@ -284,7 +284,7 @@ int main() {
endfunction()
set(MIGRAPHX_HAS_EXECUTORS_DEFAULT Off)
find_package(TBB)
find_package(TBB QUIET)
if(TBB_FOUND)
check_execution_par(TBB_HAS_EXECUTION_PAR TBB::tbb)
if(TBB_HAS_EXECUTION_PAR)
......
Markdown is supported
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