diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 919e4a7..a0f672f 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -139,6 +139,11 @@ public: static void Error(const char* m, const char* m2=0, const char* m3=0, const char* m4=0); + /** + * Display a message. + */ + static void Message(const char* m, const char* title=0); + ///! Return true if there was an error at any point. static bool GetErrorOccuredFlag() { |