ENH: make sure gui no-dev workis

This commit is contained in:
Bill Hoffman 2008-03-29 13:16:02 -04:00
parent d83bb1479f
commit e5f96bd7ad
1 changed files with 2 additions and 1 deletions

View File

@ -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. */