Is universal cmake script for finding and linking MKL exist?
For example, I want to create solution which uses cmake and MKL:
On the first machine I want to compile my application with Intel C++ Compiler 19.0 on Windows, on the second machine i want to compile it with gcc and link MKL manually.
I found some examples of FindMKL.cmake file in the internet, but they didn't work.
Please, help!
Thank you