[CMake] Is is possible to append to default module path?

Michael Hertling mhertling at online.de
Fri Mar 18 22:20:33 EDT 2011


On 03/18/2011 10:27 PM, Orion Poplawski wrote:
> I would like to have the standard cmake module path searched first before a 
> local projects path.  Is this possible to do?

SET(CMAKE_MODULE_PATH ${CMAKE_ROOT}/Modules <local-project-path>)

Regards,

Michael


More information about the CMake mailing list