diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-15 19:20:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-15 19:20:52 (GMT) |
commit | 6688a725a33a9666330f09a25c4af835c4bd0b53 (patch) | |
tree | 0bd6b7d747b6dd41ba50d1d6b5dbeb1c5807c27c /Source/cmGlobalXCodeGenerator.h | |
parent | 455d8fc3868087d2704f723a1d115008f8435cf5 (diff) | |
download | CMake-6688a725a33a9666330f09a25c4af835c4bd0b53.zip CMake-6688a725a33a9666330f09a25c4af835c4bd0b53.tar.gz CMake-6688a725a33a9666330f09a25c4af835c4bd0b53.tar.bz2 |
ENH: fix bug 1960
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index c308a54..41d4cf6 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -39,7 +39,7 @@ public: ///! Get the name for the generator. virtual const char* GetName() const { return cmGlobalXCodeGenerator::GetActualName();} - static const char* GetActualName() {return "XCode";} + static const char* GetActualName() {return "Xcode15";} /** Get the documentation entry for this generator. */ virtual void GetDocumentation(cmDocumentationEntry& entry) const; |