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.
This commit is contained in:
Brad King 2009-08-07 10:12:34 -04:00
parent ee7231c03f
commit 34c6588b6e
4 changed files with 1 additions and 3 deletions

View File

@ -1 +1,2 @@
SET(CMAKE_Fortran_VERBOSE_FLAG "-V")
SET(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")

View File

@ -1 +0,0 @@
include(Platform/xlf)

View File

@ -1,3 +1,2 @@
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "")
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
include(Platform/xlf)

View File

@ -1 +0,0 @@
set(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")