diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-04-30 15:33:54 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-04-30 15:33:54 (GMT) |
commit | e1b2fb4c753d11cba68354970f141a28ed4f414c (patch) | |
tree | 6437a524c9a5716188ace2ec272baeec486b33d1 /Modules/Platform | |
parent | 47bfda0acb3201476239ce8e08daf9aab656ced0 (diff) | |
download | CMake-e1b2fb4c753d11cba68354970f141a28ed4f414c.zip CMake-e1b2fb4c753d11cba68354970f141a28ed4f414c.tar.gz CMake-e1b2fb4c753d11cba68354970f141a28ed4f414c.tar.bz2 |
ENH: add more fortran flags
Diffstat (limited to 'Modules/Platform')
-rw-r--r-- | Modules/Platform/Windows-ifort.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-ifort.cmake b/Modules/Platform/Windows-ifort.cmake index 295fa3e..2bf4753 100644 --- a/Modules/Platform/Windows-ifort.cmake +++ b/Modules/Platform/Windows-ifort.cmake @@ -42,7 +42,7 @@ ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 7" OR CMAKE_GENERATOR MATCHES "Visu # does the compiler support pdbtype and is it the newer compiler SET(CMAKE_BUILD_TYPE_INIT Debug) -SET (CMAKE_Fortran_FLAGS_INIT "/W1") +SET (CMAKE_Fortran_FLAGS_INIT "/W1 /nologo /fpp") SET (CMAKE_Fortran_FLAGS_DEBUG_INIT "/debug:full") SET (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "/O2 /D NDEBUG") SET (CMAKE_Fortran_FLAGS_RELEASE_INIT "/MD /O1 /D NDEBUG") |