Hi, Am Donnerstag, 16. August 2012 schrieb Randolph M. Fritz :
> 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? 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. Andreas
-- 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
