mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
stringapi: Command names
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
virtual const char* GetName() const { return "get_filename_component";}
|
||||
virtual std::string GetName() const { return "get_filename_component";}
|
||||
|
||||
cmTypeMacro(cmGetFilenameComponentCommand, cmCommand);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user