Skip to content

Find{BLAS,LAPACK}: Detect Intel MKL by config first

Mario Emmenlauer requested to merge emmenlau/cmake:bda_add_mkl_by_config into master

This PR is an idea for how the Intel MKL package configuration could be used. I've successfully used the MKL package configuration and the new target MKL::MKL in my own code. I'm under the impression that this simplifies the handling of MKL libraries compared to previous approaches.

Please suggest changes or improvements?

This PR should be 100% backwards compatible in case the MKL configuration is not found.

Issue: #22831
Topic-rename: find-blas-lapack-mkl-config

Edited by Brad King

Merge request reports