diff options
Diffstat (limited to 'Source/cmSetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetPropertiesCommand.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/cmSetPropertiesCommand.h b/Source/cmSetPropertiesCommand.h index 51c52b1..79c9394 100644 --- a/Source/cmSetPropertiesCommand.h +++ b/Source/cmSetPropertiesCommand.h @@ -60,7 +60,12 @@ public: "or TEST test_name." ; } - + + /** + * This determines if the command is invoked when in script mode. + */ + virtual bool IsScriptable() { return true; } + cmTypeMacro(cmSetPropertiesCommand, cmCommand); }; |