[Cmake-commits] [cmake-commits] hoffman committed cmake.h 1.111 1.112

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Mar 29 13:16:05 EDT 2008


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

Modified Files:
	cmake.h 
Log Message:
ENH: make sure gui no-dev workis


Index: cmake.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.h,v
retrieving revision 1.111
retrieving revision 1.112
diff -C 2 -d -r1.111 -r1.112
*** cmake.h	28 Mar 2008 19:59:18 -0000	1.111
--- cmake.h	29 Mar 2008 17:16:02 -0000	1.112
***************
*** 348,352 ****
    void SetSuppressDevWarnings(bool v)
      {
!       this->SuppressDevWarnings = v;
      }
  
--- 348,353 ----
    void SetSuppressDevWarnings(bool v)
      {
!       this->SuppressDevWarnings = v; 
!       this->DoSuppressDevWarnings = true;
      }
  



More information about the Cmake-commits mailing list