mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
stringapi: Command names
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
virtual const char* GetName() const { return "add_test";}
|
||||
virtual std::string GetName() const { return "add_test";}
|
||||
|
||||
cmTypeMacro(cmAddTestCommand, cmCommand);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user