summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-01-11 22:38:41 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-01-11 22:38:41 (GMT)
commit3f45a27a6b38f49285d91375e1c7b39e123fead5 (patch)
treeb63ab03beca8ff3014c657abeddaff6e4935f89f /Modules/Platform
parentc3b7f618d1e0639b0ffa93bc8c6728ab53513538 (diff)
downloadCMake-3f45a27a6b38f49285d91375e1c7b39e123fead5.zip
CMake-3f45a27a6b38f49285d91375e1c7b39e123fead5.tar.gz
CMake-3f45a27a6b38f49285d91375e1c7b39e123fead5.tar.bz2
ENH: add support for xlf with -WF,-D for -D
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/AIX-VisualAge-Fortran.cmake2
-rw-r--r--Modules/Platform/Linux-VisualAge-Fortran.cmake2
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)