1
0
Эх сурвалжийг харах

ENH: make sure gui no-dev workis

Bill Hoffman 17 жил өмнө
parent
commit
e5f96bd7ad
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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.  */