[Cmake-commits] [cmake-commits] martink committed cmListFileCache.cxx 1.32 1.33

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 6 15:51:57 EST 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv1769/Source

Modified Files:
	cmListFileCache.cxx 
Log Message:
BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5


Index: cmListFileCache.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmListFileCache.cxx,v
retrieving revision 1.32
retrieving revision 1.33
diff -C 2 -d -r1.32 -r1.33
*** cmListFileCache.cxx	6 Mar 2008 20:08:03 -0000	1.32
--- cmListFileCache.cxx	6 Mar 2008 20:51:51 -0000	1.33
***************
*** 144,148 ****
        {
          mf->AddCacheDefinition
!           ("CMAKE_BACKWARDS_COMPATIBILITY", "2.4",
             "For backwards compatibility, what version of CMake commands and "
             "syntax should this version of CMake try to support.",
--- 144,148 ----
        {
          mf->AddCacheDefinition
!           ("CMAKE_BACKWARDS_COMPATIBILITY", "2.5",
             "For backwards compatibility, what version of CMake commands and "
             "syntax should this version of CMake try to support.",



More information about the Cmake-commits mailing list