summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-08-07 14:12:34 (GMT)
committerBrad King <brad.king@kitware.com>2009-08-07 14:12:34 (GMT)
commit34c6588b6ed7219543e0155e501205ea3048684e (patch)
tree9c491536cf0b3d226d7980dad0837a06a7156014 /Modules/Compiler
parentee7231c03fb17979d946ffd4eefabf8255324de6 (diff)
downloadCMake-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.cmake1
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")