summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-29 17:16:02 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-29 17:16:02 (GMT)
commite5f96bd7ad4fa4127294676bc5eb28bf6790dc83 (patch)
tree1974023ec596766ca9466cf0f08561ef0c3cfc3c /Source/cmake.h
parentd83bb1479f8a78663c1c32ff5815331d7dafecc9 (diff)
downloadCMake-e5f96bd7ad4fa4127294676bc5eb28bf6790dc83.zip
CMake-e5f96bd7ad4fa4127294676bc5eb28bf6790dc83.tar.gz
CMake-e5f96bd7ad4fa4127294676bc5eb28bf6790dc83.tar.bz2
ENH: make sure gui no-dev workis
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h3
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. */