Skip to content

Allow finding OpenBLAS and LAPACK within the CMake project

This patch causes the relevant Find scripts to first look for a target in the current CMake project matching the library name being searched for.

If an external project has Armadillo as an add_subdirectory external module, they can also have OpenBLAS as an add_subdirectory module and build them both in the same build tree.

Merge request reports