Fix for bug#10483, INCLUDE_EXTERNAL_MSPROJECT: ProjectGUID now ProjectGuid
This commit is contained in:
parent
6327429f55
commit
8507a73ea6
|
@ -37,7 +37,7 @@ class cmVS10XMLParser : public cmXMLParser
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(strcmp("ProjectGUID", name) == 0)
|
if(strcmp("ProjectGUID", name) == 0 || strcmp("ProjectGuid", name) == 0)
|
||||||
{
|
{
|
||||||
this->DoGUID = true;
|
this->DoGUID = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue