Skip to content

FindBLAS: Find OpenMP dependency quietly

Brad King requested to merge brad.king/cmake:FindBLAS-openmp-quiet into master

The find_package(OpenMP) calls added/updated by !5487 (merged) and !5993 (merged) were missing the QUIET option.

Fixes: #23000 (closed)

Merge request reports