diff options
author | Brad King <brad.king@kitware.com> | 2009-08-07 14:12:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-08-07 14:12:34 (GMT) |
commit | 34c6588b6ed7219543e0155e501205ea3048684e (patch) | |
tree | 9c491536cf0b3d226d7980dad0837a06a7156014 /Modules/Compiler | |
parent | ee7231c03fb17979d946ffd4eefabf8255324de6 (diff) | |
download | CMake-34c6588b6ed7219543e0155e501205ea3048684e.zip CMake-34c6588b6ed7219543e0155e501205ea3048684e.tar.gz CMake-34c6588b6ed7219543e0155e501205ea3048684e.tar.bz2 |
Move flag to Compiler/VisualAge-Fortran module
The CMAKE_Fortran_DEFINE_FLAG value applies to the IBM Fortran compilers
on all platforms. This moves the setting to the platform-independent
compiler information file.
Diffstat (limited to 'Modules/Compiler')
-rw-r--r-- | Modules/Compiler/VisualAge-Fortran.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/VisualAge-Fortran.cmake b/Modules/Compiler/VisualAge-Fortran.cmake index 5ae3895..49d6bb2 100644 --- a/Modules/Compiler/VisualAge-Fortran.cmake +++ b/Modules/Compiler/VisualAge-Fortran.cmake @@ -1 +1,2 @@ SET(CMAKE_Fortran_VERBOSE_FLAG "-V") +SET(CMAKE_Fortran_DEFINE_FLAG "-WF,-D") |