diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index db99a43..3f0c598 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. */ |