Re: [CMake] CMake 2.8.1 RC 3 is ready to try

2010-02-21 Thread Arjen Markus
On Thu, 18 Feb 2010 16:21:33 -0800 (PST) Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: I have a lot more CMake-2.8.1-RC3 testing to do myself ... I have come across a nasty little error: Under Cygwin it turns out that CMake 2.8.1rc3 is not recognising gfortran, but instead g77. The output

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 file:

Re: [CMake] FIND_XXX problem with symlinks when using ENV

2010-02-21 Thread Alexander Neundorf
On Friday 19 February 2010, Marcel Loose wrote: Hi all, I've noticed a problematic behaviour with the FIND_XXX macros when using ENV in either PATHS or HINTS: symbolic links get converted to the real paths. This happens with cmake 2.6.x and 2.8.0. Is this a bug? No. Ok, longer answer: why

Re: [CMake] CMake 2.8.1 RC 3 is ready to try

2010-02-21 Thread Alan W. Irwin
I have just solved the java issue I had discovered. The cause was a recently introduced regression in our own build system and nothing to do with cmake-2.8.x. From the PLplot build-system perspective, that leaves just the D static library issue on Linux which I am still working on, and the

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