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:
@@ -47,7 +47,7 @@ public:
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
virtual const char* GetName() const { return "ctest_run_script";}
|
||||
virtual std::string GetName() const { return "ctest_run_script";}
|
||||
|
||||
cmTypeMacro(cmCTestRunScriptCommand, cmCTestCommand);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user