diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index f599c31..8134943 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -388,6 +388,7 @@ protected: std::string cmStartDirectory; std::string StartOutputDirectory; bool SuppressDevWarnings; + bool DoSuppressDevWarnings; std::set<cmStdString> WrittenFiles; ///! return true if the same cmake was used to make the cache. |