[CMake] FindMKL.cmake

David Cole david.cole at kitware.com
Wed Feb 9 08:31:24 EST 2011


On Wed, Feb 9, 2011 at 8:20 AM, Robert Bielik <robert.bielik at xponaut.se>wrote:

> Michael Wild skrev 2011-02-09 14:07:
>
>  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...
>>
>
> Thnx Michael, I found that seconds after pressing the send button :) Thanks
> for pointing to LAPACK, yeah it does seem rather
> broken. Won't fit my purpose unfortunately.
>
> Is there some way I can make file(GLOB_RECURSE... ) start at a directory of
> my choice (instead of the current CMakeLists.txt folder) ?


file(GLOB_RECURSE .... "${dir}/*")



> Or
> make find_path search recursively ?
>

None of the find_* commands do recursion...



>
> /Rob
>
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110209/18b01636/attachment.htm>


More information about the CMake mailing list