Skip to content

FindBLAS: Revert pkg-config code path pending more-compatible approach

Brad King requested to merge brad.king/cmake:FindBLAS-revert-pkg-config into master

Since !1599 (merged) the BLAS_LIBRARIES result variable may incorrectly contain the name of an imported target. Revert the pkg-config code path pending implementation of the feature in a way that populates the BLAS_LIBRARIES result variable with paths to library files.

Fixes: #17934 (closed)

Merge request reports