mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
stringapi: Command names
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
virtual cmCommand* Clone() { return new cmLoadCommandCommand; }
|
||||
virtual bool InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus &status);
|
||||
virtual const char* GetName() const {return "load_command";}
|
||||
virtual std::string GetName() const {return "load_command";}
|
||||
virtual bool IsDiscouraged() const { return true; }
|
||||
cmTypeMacro(cmLoadCommandCommand, cmCommand);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user