mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
stringapi: Command names
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
virtual const char* GetName() const {return "include_regular_expression";}
|
||||
virtual std::string GetName() const {return "include_regular_expression";}
|
||||
|
||||
cmTypeMacro(cmIncludeRegularExpressionCommand, cmCommand);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user