diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-02-24 20:19:17 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-08 13:05:39 -0500 |
commit | 85fc9f26a703f28b356c93d405446c39bba43846 (patch) | |
tree | d69d4dd2a3be73d462350c6ea300448fd3c57178 /Source/cmAddCustomTargetCommand.h | |
parent | 6557382dcffef8ed6b11394cb65775d82f1c0aa7 (diff) | |
download | cmake-85fc9f26a703f28b356c93d405446c39bba43846.tar.gz |
stringapi: Command names
Diffstat (limited to 'Source/cmAddCustomTargetCommand.h')
-rw-r--r-- | Source/cmAddCustomTargetCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddCustomTargetCommand.h b/Source/cmAddCustomTargetCommand.h index d0fcdad77c..d2b00adf4c 100644 --- a/Source/cmAddCustomTargetCommand.h +++ b/Source/cmAddCustomTargetCommand.h @@ -42,7 +42,7 @@ public: /** * The name of the command as specified in CMakeList.txt. */ - virtual const char* GetName() const + virtual std::string GetName() const {return "add_custom_target";} cmTypeMacro(cmAddCustomTargetCommand, cmCommand); |