[CMake] FindMKL.cmake

Michael Wild themiwi at gmail.com
Wed Feb 9 08:07:58 EST 2011


On 02/09/2011 01:50 PM, Robert Bielik wrote:
> Hi all,
> 
> I'm trying to make a FindMKL.cmake file (for Intel MKL) to handle
> Windows and Mac OS X primarily. However, I thought that CMake would find my
> FindMKL.cmake file if being in the same directory as the calling
> CMakeLists.txt file ? Can I make CMake find the file without having to
> resort
> to any configuration of CMake itself ?
> 
> TIA
> /Rob

that's what the CMAKE_MODULE_PATH variable is for. And there is a
FindLAPACK.cmake should already find Intel MKL, however IMHO the whole
module is rather broken...


Michael


More information about the CMake mailing list