diff options
author | Brad King <brad.king@kitware.com> | 2017-05-10 13:22:32 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-05-10 13:22:46 (GMT) |
commit | 53f1f55599808bf9771a32df35ac4d7a83f4007b (patch) | |
tree | 2d592ab0c81b924775a8871803ebd9a1c5c9ecad /Source/cmRemoveCommand.h | |
parent | 730cd10c64679bd0a8325bf7f0e9febda613bb8a (diff) | |
parent | 44c0b2b75a1c67a8bede285368f617f2c8e1dd77 (diff) | |
download | CMake-53f1f55599808bf9771a32df35ac4d7a83f4007b.zip CMake-53f1f55599808bf9771a32df35ac4d7a83f4007b.tar.gz CMake-53f1f55599808bf9771a32df35ac4d7a83f4007b.tar.bz2 |
Merge topic 'separate-command-registration'
44c0b2b7 cmCommand: remove IsScriptable
da8faa8c cmState: remove RemoveUnscriptableCommands
c3f41af2 cmMakefile: don't check IsScriptable
c2c2bbb3 cmake: register fake project commands in -P mode
c36d63cd cmake: initialize with Role that controls which commands to register
8986dec0 ctest: remove unused cmake instance
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !714
Diffstat (limited to 'Source/cmRemoveCommand.h')
-rw-r--r-- | Source/cmRemoveCommand.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmRemoveCommand.h b/Source/cmRemoveCommand.h index 38223a5..84e591d 100644 --- a/Source/cmRemoveCommand.h +++ b/Source/cmRemoveCommand.h @@ -33,11 +33,6 @@ public: cmExecutionStatus& status) CM_OVERRIDE; /** - * This determines if the command is invoked when in script mode. - */ - bool IsScriptable() const CM_OVERRIDE { return true; } - - /** * The name of the command as specified in CMakeList.txt. */ std::string GetName() const CM_OVERRIDE { return "remove"; } |