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 "set_target_properties";}
|
||||
virtual std::string GetName() const { return "set_target_properties";}
|
||||
|
||||
/**
|
||||
* Used by this command and cmSetPropertiesCommand
|
||||
|
||||
Reference in New Issue
Block a user