<br>On Wed, Feb 9, 2011 at 8:20 AM, Robert Bielik <span dir="ltr"><<a href="mailto:robert.bielik@xponaut.se">robert.bielik@xponaut.se</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Michael Wild skrev 2011-02-09 14:07:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
that's what the CMAKE_MODULE_PATH variable is for. And there is a<br>
FindLAPACK.cmake should already find Intel MKL, however IMHO the whole<br>
module is rather broken...<br>
</blockquote>
<br></div>
Thnx Michael, I found that seconds after pressing the send button :) Thanks for pointing to LAPACK, yeah it does seem rather<br>
broken. Won't fit my purpose unfortunately.<br>
<br>
Is there some way I can make file(GLOB_RECURSE... ) start at a directory of my choice (instead of the current CMakeLists.txt folder) ?</blockquote><div><br></div><div>file(GLOB_RECURSE .... "${dir}/*")</div><div>
<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> Or<br>
make find_path search recursively ?<br></blockquote><div><br></div><div>None of the find_* commands do recursion...</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
/Rob<div><div></div><div class="h5"><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br>