ENH: fix bug 1960

This commit is contained in:
Bill Hoffman 2005-07-15 15:20:52 -04:00
parent 455d8fc386
commit 6688a725a3
1 changed files with 1 additions and 1 deletions

View File

@ -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;