bug fix
This commit is contained in:
parent
4b12e5a306
commit
6eb671097d
|
@ -1379,7 +1379,7 @@ void cmMakefile::ExpandSourceListArguments(
|
|||
|
||||
// now expand the args
|
||||
std::vector<std::string> tmpArgs;
|
||||
int i;
|
||||
unsigned int i;
|
||||
for(i = 0; i < arguments.size(); ++i)
|
||||
{
|
||||
// is the arg defined ?, if so use the def
|
||||
|
|
Loading…
Reference in New Issue