Re: [CMake] compile flag on AIX-5.3

2008-03-27 Thread Joachim Geiger
Bill Hoffman wrote: Joachim Geiger wrote: //No help, variable specified on the command line. CMAKE_Fortran_COMPILE_FLAGS=-qrealsize:UNINITIALIZED=8 //Flags for Fortran compiler. CMAKE_Fortran_FLAGS:STRING=-qrealsize=8 So I did not know what to fix there. However, in the files flags.make and

Re: [CMake] compile flag on AIX-5.3

2008-03-27 Thread Bill Hoffman
Joachim Geiger wrote: //No help, variable specified on the command line. CMAKE_Fortran_COMPILE_FLAGS=-qrealsize:UNINITIALIZED=8 //Flags for Fortran compiler. CMAKE_Fortran_FLAGS:STRING=-qrealsize=8 So I did not know what to fix there. However, in the files flags.make and link.txt in the proje

Re: [CMake] compile flag on AIX-5.3

2008-03-27 Thread Joachim Geiger
Bill Hoffman wrote: Joachim Geiger wrote: Hello, I have the following problem with a fortran compiler flag I want to be accepted. Compiler is the IBM compiler version 8. The compiler flag I want to be accepted is -qrealsize=8 . Using CMAKE_VERBOSE_MAKEFILE=ON I see that the compiler flag appe

Re: [CMake] compile flag on AIX-5.3

2008-03-27 Thread Bill Hoffman
Joachim Geiger wrote: Hello, I have the following problem with a fortran compiler flag I want to be accepted. Compiler is the IBM compiler version 8. The compiler flag I want to be accepted is -qrealsize=8 . Using CMAKE_VERBOSE_MAKEFILE=ON I see that the compiler flag appears as -fdefault-real

[CMake] compile flag on AIX-5.3

2008-03-27 Thread Joachim Geiger
Hello, I have the following problem with a fortran compiler flag I want to be accepted. Compiler is the IBM compiler version 8. The compiler flag I want to be accepted is -qrealsize=8 . Using CMAKE_VERBOSE_MAKEFILE=ON I see that the compiler flag appears as -fdefault-real-8 I tried -DCMAKE_Fort