mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: fixes for Xcode 2.2
This commit is contained in:
@@ -35,7 +35,8 @@ class cmGlobalXCodeGenerator : public cmGlobalGenerator
|
||||
public:
|
||||
cmGlobalXCodeGenerator();
|
||||
static cmGlobalGenerator* New();
|
||||
|
||||
|
||||
void SetVersion(int v) { m_XcodeVersion = v;}
|
||||
///! Get the name for the generator.
|
||||
virtual const char* GetName() const {
|
||||
return cmGlobalXCodeGenerator::GetActualName();}
|
||||
|
||||
Reference in New Issue
Block a user