diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 8630607..f599c31 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -54,6 +54,7 @@ class cmFileTimeComparison; class cmExternalMakefileProjectGenerator; class cmDocumentationSection; class cmPolicies; +class cmListFileBacktrace; class cmake { @@ -349,6 +350,10 @@ class cmake { this->SuppressDevWarnings = v; } + + /** Display a message to the user. */ + void IssueMessage(cmake::MessageType t, std::string const& text, + cmListFileBacktrace const& backtrace); protected: void InitializeProperties(); int HandleDeleteCacheVariables(const char* var); |