mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
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:
@@ -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")
|
||||
Reference in New Issue
Block a user