fixed bug maybe
This commit is contained in:
parent
408361af51
commit
c728b6c963
|
@ -83,6 +83,8 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass(
|
||||||
propertyPairs.push_back(*j);
|
propertyPairs.push_back(*j);
|
||||||
++j;
|
++j;
|
||||||
}
|
}
|
||||||
|
// break out of the loop because j is already == end
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else if (doingFiles)
|
else if (doingFiles)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue