Ver Fonte

ENH: make sure gui no-dev workis

Bill Hoffman há 17 anos atrás
pai
commit
e5f96bd7ad
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      Source/cmake.h

+ 2 - 1
Source/cmake.h

@@ -347,7 +347,8 @@ class cmake
     }
   void SetSuppressDevWarnings(bool v)
     {
-      this->SuppressDevWarnings = v;
+      this->SuppressDevWarnings = v; 
+      this->DoSuppressDevWarnings = true;
     }
 
   /** Display a message to the user.  */