Browse Source

BUG: fix bad generator name

Ken Martin 20 năm trước cách đây
mục cha
commit
4a701917a4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Source/cmake.cxx

+ 1 - 1
Source/cmake.cxx

@@ -1111,7 +1111,7 @@ int cmake::Configure()
         }
       this->SetGlobalGenerator(gen);
 #else
-      this->SetGlobalGenerator(new cmGlobalUnixMakefileGenerator2);
+      this->SetGlobalGenerator(new cmGlobalUnixMakefileGenerator);
 #endif
       }
     if(!m_GlobalGenerator)