Unverified Commit 044d006c authored by Artur Wojcik's avatar Artur Wojcik Committed by GitHub
Browse files

suppress warning about missing TBB package (#2470)

parent 6aa6c954
......@@ -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