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