diff options
author | Brad King <brad.king@kitware.com> | 2017-05-12 13:13:48 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-05-12 09:13:51 -0400 |
commit | 836cb52e9aec83f88841cb5b45abb1d32bb02214 (patch) | |
tree | 7c8abd2596179f3e7de96a92c0be095dbab2e008 /Source/cmMarkAsAdvancedCommand.h | |
parent | 793b223c02bfbb9d5bd03194a7f9748f6cecf2f2 (diff) | |
parent | a1218f59d9164407c6e28f816b0f11314b64fe5c (diff) | |
download | cmake-836cb52e9aec83f88841cb5b45abb1d32bb02214.tar.gz |
Merge topic 'command-name'
a1218f59 cmCommand: remove unused methods from interface and all implementations
4ba25a82 cmState: separate builtin and scripted commands
a44dab46 cmState: introduce method for adding scripted commands
c734c850 CTest: use new methods for builtin commands
bd14e464 cmCommands: use new methods for builtin commands
58708405 cmState: introduce methods for adding builtin commands
a890ca2f cmakemain: use script role for -P
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !829
Diffstat (limited to 'Source/cmMarkAsAdvancedCommand.h')
-rw-r--r-- | Source/cmMarkAsAdvancedCommand.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMarkAsAdvancedCommand.h b/Source/cmMarkAsAdvancedCommand.h index 4f80746e21..a7791a9325 100644 --- a/Source/cmMarkAsAdvancedCommand.h +++ b/Source/cmMarkAsAdvancedCommand.h @@ -31,11 +31,6 @@ public: */ bool InitialPass(std::vector<std::string> const& args, cmExecutionStatus& status) CM_OVERRIDE; - - /** - * The name of the command as specified in CMakeList.txt. - */ - std::string GetName() const CM_OVERRIDE { return "mark_as_advanced"; } }; #endif |