Hi,<br><br>I&#39;m currently looking at FindZLIB.cmake trying to understand how it works and I just can&#39;t seem to make sense of it. I have a few questions:<br><ol><li>How does find_path() know where to look? Where is it looking? Where is it told where to look?</li>
<li>Question #1 with find_library() as well.</li></ol>It would be great to be able to set a root directory with all my libraries in it and have it recursively go through it and find the file it is looking for. This would be a convenient (but slow) way of getting find_path() and find_library() to work reliably in my case. Thanks in advance for any help.<br>