mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
ENH: add support for xlf with -WF,-D for -D
This commit is contained in:
1
Modules/Platform/AIX-VisualAge-Fortran.cmake
Normal file
1
Modules/Platform/AIX-VisualAge-Fortran.cmake
Normal file
@@ -0,0 +1 @@
|
||||
include(Platforms/xlf)
|
||||
@@ -1,2 +1,3 @@
|
||||
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "")
|
||||
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
|
||||
include(Platforms/xlf)
|
||||
|
||||
1
Modules/Platform/xlf.cmake
Normal file
1
Modules/Platform/xlf.cmake
Normal file
@@ -0,0 +1 @@
|
||||
set(CMAKE_DEFINE_FLAG_Fortran "-WF,-D")
|
||||
Reference in New Issue
Block a user