CMake cannot find BLAS libraries after installing OpenBLAS via Conan
I am working on a project that uses Fortran and requires BLAS libraries. I’ve decided to use OpenBLAS, which I installed via Conan. However, I’m encountering an issue where CMake cannot find the BLAS libraries even though OpenBLAS is installed. Here’s my setup: