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