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

2011-03-18 Thread Orion Poplawski
I would like to have the standard cmake module path searched first before a local projects path. Is this possible to do? -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA DivisionFAX: 303-415-9702 3380 Mitchell Lane

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

2011-03-18 Thread Michael Hertling
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