mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06:00
ENH: make sure gui no-dev workis
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user