diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 9001748..b132164 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -365,7 +365,7 @@ class cmake bool clean); void WatchUnusedCli(const char* var); - void RunCheckForUnusedVariables() const; + void RunCheckForUnusedVariables(const std::string& reason) const; protected: void InitializeProperties(); int HandleDeleteCacheVariables(const char* var); |