summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-09-02 15:29:05 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-02 15:29:05 (GMT)
commitd784e6af4d292e5ffee4b43b7ee740d1fa8e2e29 (patch)
treeab20997a3378ac991c9800784423e2d56b7c8a9b /Source/cmake.h
parent9efc05722e9598b8e34062e8f39457b728b7286b (diff)
downloadCMake-d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29.zip
CMake-d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29.tar.gz
CMake-d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29.tar.bz2
Run the unused variables check on the final pass
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 403809f..4277bdd 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -362,6 +362,8 @@ class cmake
const std::string& config,
const std::vector<std::string>& nativeOptions,
bool clean);
+
+ void RunCheckForUnusedVariables() const;
protected:
void InitializeProperties();
int HandleDeleteCacheVariables(const char* var);