mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
stringapi: Command names
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
virtual const char* GetName() const { return info.Name; }
|
||||
virtual std::string GetName() const { return info.Name; }
|
||||
|
||||
static const char* LastName;
|
||||
static void TrapsForSignals(int sig)
|
||||
|
||||
Reference in New Issue
Block a user