summaryrefslogtreecommitdiffstats
path: root/Source/cmMessageCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMessageCommand.h')
-rw-r--r--Source/cmMessageCommand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMessageCommand.h b/Source/cmMessageCommand.h
index 8e9aa75..2288105 100644
--- a/Source/cmMessageCommand.h
+++ b/Source/cmMessageCommand.h
@@ -46,6 +46,11 @@ public:
virtual const char* GetName() { return "MESSAGE";}
/**
+ * This determines if the command is invoked when in script mode.
+ */
+ virtual bool IsScriptable() { return true; }
+
+ /**
* Succinct documentation.
*/
virtual const char* GetTerseDocumentation()