[Cmake-commits] [cmake-commits] martink committed cmListFileCache.cxx 1.35 1.36
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Mar 7 09:41:16 EST 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv629/Source
Modified Files:
cmListFileCache.cxx
Log Message:
STYLE: fix line length issue
Index: cmListFileCache.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmListFileCache.cxx,v
retrieving revision 1.35
retrieving revision 1.36
diff -C 2 -d -r1.35 -r1.36
*** cmListFileCache.cxx 7 Mar 2008 13:40:36 -0000 1.35
--- cmListFileCache.cxx 7 Mar 2008 14:41:14 -0000 1.36
***************
*** 145,149 ****
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.",
cmCacheManager::STRING);
--- 145,150 ----
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.",
cmCacheManager::STRING);
***************
*** 173,177 ****
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.",
cmCacheManager::INTERNAL);
--- 174,179 ----
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.",
cmCacheManager::INTERNAL);
More information about the Cmake-commits
mailing list