ENH: add support for xlf with -WF,-D for -D

This commit is contained in:
Bill Hoffman 2008-01-11 17:37:38 -05:00
parent ee886fbbdb
commit c3b7f618d1
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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