Hi,<br><br><div class="gmail_quote">On Fri, Jun 22, 2012 at 6:33 AM, hce <span dir="ltr"><<a href="mailto:jupiter.hce@gmail.com" target="_blank">jupiter.hce@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Andreas Pakulat-2 wrote<br>
<div class="im">><br>
> You can find extensive explanation where find_path works on the different<br>
> platforms in the CMake documentation:<br>
> <a href="http://cmake.org/cmake/help/v2.8.8/cmake.html#command:find_path" target="_blank">http://cmake.org/cmake/help/v2.8.8/cmake.html#command:find_path</a><br>
><br>
<br>
</div>Thanks Andreas, but I am not looking for how to use find_path command. What<br>
I really want to know is the function mechanism that the find_path used to<br>
search the library include path. Does the find_path look at Linux<br>
environment PATH to find the include path, or does the find_path look at<br>
environment LD_LIBRARY_PATH to decide whether the include path exists or<br>
not?<br></blockquote><div><br></div><div>I understood your intent and I'm telling you its all there written down in the CMake documentation for the function. Just scroll past the first two or three paragraphs and then you'll find extensive documentation which cmake and environment variables are searched and in which order.</div>
<div></div></div><br><div>Andreas</div>