Hi,<br><br>Am Donnerstag, 16. August 2012 schrieb Randolph M. Fritz :<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm having problems find_package(X11) on Mac, and I'd like to provide a local FindX11.cmake so I can try alternatives without altering my cmake install. Is there any easy way to do that?</blockquote>
<div><br></div><div>You can simply set CMAKE_MODULE_PATH to a directory to get cmake to search that first for find-modules. The usual idiom is to have a cmake dir in the project and set the variable to that.</div><div><br>
</div><div>Andreas<span></span><br></div>