فهرست منبع

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

Bill Hoffman 18 سال پیش
والد
کامیت
3f45a27a6b
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      Modules/Platform/AIX-VisualAge-Fortran.cmake
  2. 1 1
      Modules/Platform/Linux-VisualAge-Fortran.cmake

+ 1 - 1
Modules/Platform/AIX-VisualAge-Fortran.cmake

@@ -1 +1 @@
-include(Platforms/xlf)
+include(Platform/xlf)

+ 1 - 1
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)