changed name
This commit is contained in:
parent
0ccba5a056
commit
6ee07d2c10
|
@ -32,7 +32,7 @@ public:
|
||||||
///! Get the name for the generator.
|
///! Get the name for the generator.
|
||||||
virtual const char* GetName() {
|
virtual const char* GetName() {
|
||||||
return cmGlobalCodeWarriorGenerator::GetActualName();}
|
return cmGlobalCodeWarriorGenerator::GetActualName();}
|
||||||
static const char* GetActualName() {return "Code Warrior";}
|
static const char* GetActualName() {return "Code Warrior Not Working";}
|
||||||
|
|
||||||
///! Create a local generator appropriate to this Global Generator
|
///! Create a local generator appropriate to this Global Generator
|
||||||
virtual cmLocalGenerator *CreateLocalGenerator();
|
virtual cmLocalGenerator *CreateLocalGenerator();
|
||||||
|
|
Loading…
Reference in New Issue