summaryrefslogtreecommitdiff
path: root/Source/cmSetCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-03 10:53:41 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-03 10:53:41 -0500
commit038abb867e0d4276ff10b59a3e9388bcbb646525 (patch)
tree6159dee7aa5d91cd897cf7783b5f49be07050bcc /Source/cmSetCommand.h
parenta721b9640732c60d282896cdf64691758ffe8bca (diff)
downloadcmake-038abb867e0d4276ff10b59a3e9388bcbb646525.tar.gz
ENH: Add support for install postfix
Diffstat (limited to 'Source/cmSetCommand.h')
-rw-r--r--Source/cmSetCommand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmSetCommand.h b/Source/cmSetCommand.h
index c7d15559d9..b168be006f 100644
--- a/Source/cmSetCommand.h
+++ b/Source/cmSetCommand.h
@@ -48,6 +48,11 @@ public:
virtual bool IsInherited() {return true;}
/**
+ * This determines if the command is invoked when in script mode.
+ */
+ virtual bool IsScriptable() { return true; }
+
+ /**
* The name of the command as specified in CMakeList.txt.
*/
virtual const char* GetName() {return "SET";}