Re: [CMake] overriding CMAKE_MODULE_PATH list

2010-02-22 Thread Michael Wild
On 21. Feb, 2010, at 18:53 , Luigi Calori wrote: > Alexander Neundorf wrote: >> On Friday 19 February 2010, Luigi Calori wrote: >> >>> I would like to have some clarification about module and include >>> effective search order: >>> >>> I am in the following situation: >>> >>> I use (configure

Re: [CMake] overriding CMAKE_MODULE_PATH list

2010-02-21 Thread Luigi Calori
Alexander Neundorf wrote: On Friday 19 February 2010, Luigi Calori wrote: I would like to have some clarification about module and include effective search order: I am in the following situation: I use (configure) a project that is overriding some CMake standard Find modules by doing in his

Re: [CMake] overriding CMAKE_MODULE_PATH list

2010-02-21 Thread Alexander Neundorf
On Friday 19 February 2010, Luigi Calori wrote: > I would like to have some clarification about module and include > effective search order: > > I am in the following situation: > > I use (configure) a project that is overriding some CMake standard Find > modules by doing in his main CMakeLists.txt

[CMake] overriding CMAKE_MODULE_PATH list

2010-02-19 Thread Luigi Calori
I would like to have some clarification about module and include effective search order: I am in the following situation: I use (configure) a project that is overriding some CMake standard Find modules by doing in his main CMakeLists.txt file: SET(CMAKE_MODULE_PATH ";${CMAKE_MODULE_PATH}")