mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
stringapi: Command names
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
virtual const char* GetName() const
|
||||
virtual std::string GetName() const
|
||||
{return "add_custom_target";}
|
||||
|
||||
cmTypeMacro(cmAddCustomTargetCommand, cmCommand);
|
||||
|
||||
Reference in New Issue
Block a user