mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
bug fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user