diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-22 16:42:49 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-22 16:46:16 (GMT) |
commit | 33c63b19ab4f192f95c72735d810ef3921370d1f (patch) | |
tree | a0ee2d98453a7eb03c0d392603c731d1eda1663e /Source/cmake.h | |
parent | 535253f38598d6dd46aca944a82cfe1684b2f07f (diff) | |
download | CMake-33c63b19ab4f192f95c72735d810ef3921370d1f.zip CMake-33c63b19ab4f192f95c72735d810ef3921370d1f.tar.gz CMake-33c63b19ab4f192f95c72735d810ef3921370d1f.tar.bz2 |
Add a method to put a watch for variables
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 4277bdd..72effd3 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -363,6 +363,7 @@ class cmake const std::vector<std::string>& nativeOptions, bool clean); + void WatchUnusedCli(const char* var); void RunCheckForUnusedVariables() const; protected: void InitializeProperties(); |