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/cmVariableWatchCommand.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/cmVariableWatchCommand.h')
-rw-r--r-- | Source/cmVariableWatchCommand.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmVariableWatchCommand.h b/Source/cmVariableWatchCommand.h index 7096ed5..ca338e6 100644 --- a/Source/cmVariableWatchCommand.h +++ b/Source/cmVariableWatchCommand.h @@ -38,11 +38,6 @@ public: bool InitialPass(std::vector<std::string> const& args, cmExecutionStatus& status) CM_OVERRIDE; - /** - * This determines if the command is invoked when in script mode. - */ - bool IsScriptable() const CM_OVERRIDE { return true; } - /** This command does not really have a final pass but it needs to stay alive since it owns variable watch callback information. */ bool HasFinalPass() const CM_OVERRIDE { return true; } |