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