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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to