[cmake-commits] hoffman committed AIX-VisualAge-Fortran.cmake 1.1 1.2 Linux-VisualAge-Fortran.cmake 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jan 11 17:38:43 EST 2008


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv10282

Modified Files:
	AIX-VisualAge-Fortran.cmake Linux-VisualAge-Fortran.cmake 
Log Message:
ENH: add support for xlf with -WF,-D for -D


Index: AIX-VisualAge-Fortran.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/AIX-VisualAge-Fortran.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- AIX-VisualAge-Fortran.cmake	11 Jan 2008 22:37:38 -0000	1.1
+++ AIX-VisualAge-Fortran.cmake	11 Jan 2008 22:38:41 -0000	1.2
@@ -1 +1 @@
-include(Platforms/xlf)
+include(Platform/xlf)

Index: Linux-VisualAge-Fortran.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Linux-VisualAge-Fortran.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Linux-VisualAge-Fortran.cmake	11 Jan 2008 22:37:38 -0000	1.2
+++ Linux-VisualAge-Fortran.cmake	11 Jan 2008 22:38:41 -0000	1.3
@@ -1,3 +1,3 @@
 SET(CMAKE_SHARED_LIBRARY_C_FLAGS "")        
 SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")  
-include(Platforms/xlf)
+include(Platform/xlf)



More information about the Cmake-commits mailing list