[cmake-commits] king committed xlf.cmake 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jan 17 10:00:21 EST 2008
Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv2123/Modules/Platform
Modified Files:
xlf.cmake
Log Message:
ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property implementation.
Index: xlf.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/xlf.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xlf.cmake 11 Jan 2008 22:37:38 -0000 1.1
+++ xlf.cmake 17 Jan 2008 15:00:19 -0000 1.2
@@ -1 +1 @@
-set(CMAKE_DEFINE_FLAG_Fortran "-WF,-D")
+set(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")
More information about the Cmake-commits
mailing list