Re: [CMake] Default search paths for FIND_PATH

2007-11-19 Thread Hendrik Sattler
Zitat von Stephen Collyer [EMAIL PROTECTED]: Alexander Neundorf wrote: The defaults are set in Modules/Platform/UnixPath.cmake and WindowsPaths.cmake Thanks for that. There's one thing I don't understand: in UnixPath.cmake, the search paths are set to a set of hard-coded absolute paths,

Re: [CMake] Default search paths for FIND_PATH

2007-11-19 Thread Gonzalo Garramuño
Stephen Collyer wrote: Alexander Neundorf wrote: The defaults are set in Modules/Platform/UnixPath.cmake and WindowsPaths.cmake Thanks for that. There's one thing I don't understand: in UnixPath.cmake, the search paths are set to a set of hard-coded absolute paths, as I would expect.

Re: [CMake] Default search paths for FIND_PATH

2007-11-19 Thread Stephen Collyer
Hendrik Sattler wrote: ProgramFiles is a variable defined by Windows itself. On Windows XP, it points to C:\Program Files or a translated version (e.g. C:\Programme in the German Windows version). On Vista, is is always the english one (obviously they realized the downsides of the first

[CMake] Default search paths for FIND_PATH

2007-11-18 Thread Stephen Collyer
Where can I find a description of the values of the default search paths that FIND_PATH uses ? There are a bunch of variables described in the man page but I have no idea what values they have. I'm interested in their values for both Unix and Win platforms. Thanks. -- Regards Steve Collyer

Re: [CMake] Default search paths for FIND_PATH

2007-11-18 Thread Alexander Neundorf
On Sunday 18 November 2007, Stephen Collyer wrote: Where can I find a description of the values of the default search paths that FIND_PATH uses ? There are a bunch of variables described in the man page but I have no idea what values they have. I'm interested in their values for both Unix and