FIX: fix the auxiliaries files not included issue in cli

Change-Id: Iecc18d6013ddc3397b4405a80b24e0630b293fc7
This commit is contained in:
lane.wei 2022-11-08 22:19:45 +08:00 committed by Lane.Wei
parent 3b25d02eea
commit f9793be848
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ int CLI::run(int argc, char **argv)
boost::nowide::cerr << "Error: file is empty: " << file << std::endl;
continue;
}
m_models.push_back(model);
m_models.push_back(std::move(model));
}
//}