diff options
-rw-r--r-- | Modules/Platform/AIX-VisualAge-Fortran.cmake | 2 | ||||
-rw-r--r-- | 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) |