Skip to content

FindBLAS: Set BLAS_FOUND when found using pkgconfig

Martin von Gagern requested to merge gagern/cmake:blas-pkgcfg into master

When pkgconfig is used to find blas, the BLAS_FOUND variable is not set the way the documentation comment indicates it would. This change restores that functionality, which presumably got lost in !2068 (merged). This should fix https://github.com/gentoo/sci/issues/734.

Edited by Brad King

Merge request reports