From e5f96bd7ad4fa4127294676bc5eb28bf6790dc83 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sat, 29 Mar 2008 13:16:02 -0400 Subject: [PATCH] ENH: make sure gui no-dev workis --- Source/cmake.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmake.h b/Source/cmake.h index db99a43e8..3f0c59887 100644 --- a/Source/cmake.h +++ b/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. */