summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-22 14:24:06 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-22 14:24:06 (GMT)
commit6d0845f2f8ac5a3f362428c0a61f3e27d9c7e5e4 (patch)
tree913a912a8d980a04595c8bbc76de581da9946432 /Source/cmake.h
parent73b3110eb5c05fc0e866ba727c201afdd458f2b8 (diff)
downloadCMake-6d0845f2f8ac5a3f362428c0a61f3e27d9c7e5e4.zip
CMake-6d0845f2f8ac5a3f362428c0a61f3e27d9c7e5e4.tar.gz
CMake-6d0845f2f8ac5a3f362428c0a61f3e27d9c7e5e4.tar.bz2
ENH: make sure -Wno-dev sticks so make rebuild_cache will work
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h1
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.