mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
fixed bug maybe
This commit is contained in:
@@ -83,6 +83,8 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass(
|
||||
propertyPairs.push_back(*j);
|
||||
++j;
|
||||
}
|
||||
// break out of the loop because j is already == end
|
||||
break;
|
||||
}
|
||||
else if (doingFiles)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user