[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:41:30 EDT 2009
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
-Bill
More information about the CMake
mailing list