From 3f45a27a6b38f49285d91375e1c7b39e123fead5 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 11 Jan 2008 17:38:41 -0500 Subject: ENH: add support for xlf with -WF,-D for -D --- Modules/Platform/AIX-VisualAge-Fortran.cmake | 2 +- Modules/Platform/Linux-VisualAge-Fortran.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Platform/AIX-VisualAge-Fortran.cmake b/Modules/Platform/AIX-VisualAge-Fortran.cmake index 10c29c2..086c592 100644 --- a/Modules/Platform/AIX-VisualAge-Fortran.cmake +++ b/Modules/Platform/AIX-VisualAge-Fortran.cmake @@ -1 +1 @@ -include(Platforms/xlf) +include(Platform/xlf) diff --git a/Modules/Platform/Linux-VisualAge-Fortran.cmake b/Modules/Platform/Linux-VisualAge-Fortran.cmake index e8fee37..f6fcc1f 100644 --- a/Modules/Platform/Linux-VisualAge-Fortran.cmake +++ b/Modules/Platform/Linux-VisualAge-Fortran.cmake @@ -1,3 +1,3 @@ SET(CMAKE_SHARED_LIBRARY_C_FLAGS "") SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") -include(Platforms/xlf) +include(Platform/xlf) -- cgit v0.12