diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-02 15:29:05 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-02 15:29:05 (GMT) |
commit | d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29 (patch) | |
tree | ab20997a3378ac991c9800784423e2d56b7c8a9b /Source/cmake.h | |
parent | 9efc05722e9598b8e34062e8f39457b728b7286b (diff) | |
download | CMake-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.h | 2 |
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); |