mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
cmcldeps: append strings as strings
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ static int process(const std::string& srcfilename, const std::string& dfile,
|
||||
std::vector<std::string> command;
|
||||
for (std::vector<std::string>::iterator i = args.begin(); i != args.end();
|
||||
++i) {
|
||||
command.push_back(i->c_str());
|
||||
command.push_back(*i);
|
||||
}
|
||||
// run the command
|
||||
int exit_code = 0;
|
||||
|
||||
Reference in New Issue
Block a user