[Cmake-commits] [cmake-commits] barre committed cmListCommand.cxx 1.18 1.19

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 14 16:39:22 EDT 2008


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

Modified Files:
	cmListCommand.cxx 
Log Message:
STYLE: yeah yeah.


Index: cmListCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmListCommand.cxx,v
retrieving revision 1.18
retrieving revision 1.19
diff -C 2 -d -r1.18 -r1.19
*** cmListCommand.cxx	12 Mar 2008 21:02:10 -0000	1.18
--- cmListCommand.cxx	14 Mar 2008 20:39:20 -0000	1.19
***************
*** 403,407 ****
    if(args.size() < 2)
      {
!     this->SetError("sub-command REMOVE_DUPLICATES requires a list as an argument.");
      return false;
      }
--- 403,408 ----
    if(args.size() < 2)
      {
!     this->SetError(
!       "sub-command REMOVE_DUPLICATES requires a list as an argument.");
      return false;
      }
***************
*** 412,416 ****
    if ( !this->GetList(varArgsExpanded, listName.c_str()) )
      {
!     this->SetError("sub-command REMOVE_DUPLICATES requires list to be present.");
      return false;
      }
--- 413,418 ----
    if ( !this->GetList(varArgsExpanded, listName.c_str()) )
      {
!     this->SetError(
!       "sub-command REMOVE_DUPLICATES requires list to be present.");
      return false;
      }



More information about the Cmake-commits mailing list