[Cmake-commits] [cmake-commits] king committed VisualAge-Fortran.cmake 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Aug 7 10:12:24 EDT 2009
Update of /cvsroot/CMake/CMake/Modules/Compiler
In directory public:/mounts/ram/cvs-serv4795/Modules/Compiler
Modified Files:
VisualAge-Fortran.cmake
Log Message:
Move flag to Compiler/VisualAge-Fortran module
The CMAKE_Fortran_DEFINE_FLAG value applies to the IBM Fortran compilers
on all platforms. This moves the setting to the platform-independent
compiler information file.
Index: VisualAge-Fortran.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Compiler/VisualAge-Fortran.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** VisualAge-Fortran.cmake 23 Jul 2009 14:07:24 -0000 1.1
--- VisualAge-Fortran.cmake 7 Aug 2009 14:12:18 -0000 1.2
***************
*** 1 ****
--- 1,2 ----
SET(CMAKE_Fortran_VERBOSE_FLAG "-V")
+ SET(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")
More information about the Cmake-commits
mailing list