[CMake] Endless loop in cmake-2.6.2 on AIX with -DCMAKE_Fortran_Compiler=...

Bill Hoffman bill.hoffman at kitware.com
Mon Mar 16 08:42:06 EDT 2009


Bill Hoffman wrote:
> Joachim Geiger wrote:
>> Hello,
>> this is more or less to document a bug in the cmake version 2.6.2 seen
>> on AIX version 5.3 when using the option to redefine the fortran
>> compiler. For example:
>> 11:13> ../cmake-2.6.2-AIX-powerpc/bin/cmake ../test_project
>> -DCMAKE_Fortran_COMPILER=f95
> 
> What if you do this:
> 
> export FC=f95
> ./cmake-2.6.2-AIX-powerpc/bin/cmake ../test_project
> 

Also, I am pretty sure this was fixed in 2.6.3.

-Bill


More information about the CMake mailing list