ENH: fix bug 1960
This commit is contained in:
parent
455d8fc386
commit
6688a725a3
|
@ -39,7 +39,7 @@ public:
|
||||||
///! Get the name for the generator.
|
///! Get the name for the generator.
|
||||||
virtual const char* GetName() const {
|
virtual const char* GetName() const {
|
||||||
return cmGlobalXCodeGenerator::GetActualName();}
|
return cmGlobalXCodeGenerator::GetActualName();}
|
||||||
static const char* GetActualName() {return "XCode";}
|
static const char* GetActualName() {return "Xcode15";}
|
||||||
|
|
||||||
/** Get the documentation entry for this generator. */
|
/** Get the documentation entry for this generator. */
|
||||||
virtual void GetDocumentation(cmDocumentationEntry& entry) const;
|
virtual void GetDocumentation(cmDocumentationEntry& entry) const;
|
||||||
|
|
Loading…
Reference in New Issue