summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-04 20:55:37 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-06-04 20:55:37 (GMT)
commitba9aad7c9966e7e5ad567f5922d653f6fdcdff8f (patch)
treea20d5fec94b67636bd6176db8e263729ecb08a73 /Source/cmSystemTools.h
parentd037d114477a77bf5992647a42305d7ca2cce331 (diff)
downloadCMake-ba9aad7c9966e7e5ad567f5922d653f6fdcdff8f.zip
CMake-ba9aad7c9966e7e5ad567f5922d653f6fdcdff8f.tar.gz
CMake-ba9aad7c9966e7e5ad567f5922d653f6fdcdff8f.tar.bz2
new message command
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h5
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()
{