mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
stringapi: Command names
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
virtual const char* GetName() const { return "message";}
|
||||
virtual std::string GetName() const { return "message";}
|
||||
|
||||
/**
|
||||
* This determines if the command is invoked when in script mode.
|
||||
|
||||
Reference in New Issue
Block a user