summaryrefslogtreecommitdiffstats
path: root/Source/cmAddExecutableCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-22 16:51:55 (GMT)
committerBrad King <brad.king@kitware.com>2014-04-22 16:51:55 (GMT)
commite4e76f286c2eb5cfa822f89145611d02dc9d39b3 (patch)
tree093670c695c30e0836fc24eb32365d8de7f89e30 /Source/cmAddExecutableCommand.h
parent149ce5db5ed52855514e3ee3eef45295e667eed4 (diff)
parentede0419a376cd3ddc26058f910318c76e0077bb1 (diff)
downloadCMake-e4e76f286c2eb5cfa822f89145611d02dc9d39b3.zip
CMake-e4e76f286c2eb5cfa822f89145611d02dc9d39b3.tar.gz
CMake-e4e76f286c2eb5cfa822f89145611d02dc9d39b3.tar.bz2
Merge branch 'master' into osx-CFBundle-info-plist
Resolve conflict in Source/cmOSXBundleGenerator.cxx by taking the side from 'master'.
Diffstat (limited to 'Source/cmAddExecutableCommand.h')
-rw-r--r--Source/cmAddExecutableCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddExecutableCommand.h b/Source/cmAddExecutableCommand.h
index 30ecce3..e134077 100644
--- a/Source/cmAddExecutableCommand.h
+++ b/Source/cmAddExecutableCommand.h
@@ -41,7 +41,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
- virtual const char* GetName() const { return "add_executable";}
+ virtual std::string GetName() const { return "add_executable";}
cmTypeMacro(cmAddExecutableCommand, cmCommand);
};