FIX: fix the auxiliaries files not included issue in cli
Change-Id: Iecc18d6013ddc3397b4405a80b24e0630b293fc7
This commit is contained in:
parent
3b25d02eea
commit
f9793be848
|
@ -751,7 +751,7 @@ int CLI::run(int argc, char **argv)
|
||||||
boost::nowide::cerr << "Error: file is empty: " << file << std::endl;
|
boost::nowide::cerr << "Error: file is empty: " << file << std::endl;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
m_models.push_back(model);
|
m_models.push_back(std::move(model));
|
||||||
}
|
}
|
||||||
//}
|
//}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue