diff options
Diffstat (limited to 'Source/cmContinueCommand.h')
-rw-r--r-- | Source/cmContinueCommand.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Source/cmContinueCommand.h b/Source/cmContinueCommand.h index c5b8919..92bc68e 100644 --- a/Source/cmContinueCommand.h +++ b/Source/cmContinueCommand.h @@ -3,7 +3,8 @@ #ifndef cmContinueCommand_h #define cmContinueCommand_h -#include <cmConfigure.h> +#include "cmConfigure.h" + #include <string> #include <vector> @@ -30,16 +31,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; } - - /** - * The name of the command as specified in CMakeList.txt. - */ - std::string GetName() const CM_OVERRIDE { return "continue"; } }; #endif |