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:
parent
ee7231c03f
commit
34c6588b6e
|
@ -1 +1,2 @@
|
|||
SET(CMAKE_Fortran_VERBOSE_FLAG "-V")
|
||||
SET(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
include(Platform/xlf)
|
|
@ -1,3 +1,2 @@
|
|||
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "")
|
||||
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
|
||||
include(Platform/xlf)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
set(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")
|
Loading…
Reference in New Issue