瀏覽代碼

ENH: fix bug 1960

Bill Hoffman 20 年之前
父節點
當前提交
6688a725a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmGlobalXCodeGenerator.h

+ 1 - 1
Source/cmGlobalXCodeGenerator.h

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