diff options
Diffstat (limited to 'Source/cmAddExecutableCommand.cxx')
-rw-r--r-- | Source/cmAddExecutableCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddExecutableCommand.cxx b/Source/cmAddExecutableCommand.cxx index f1264d5..1a87028 100644 --- a/Source/cmAddExecutableCommand.cxx +++ b/Source/cmAddExecutableCommand.cxx @@ -20,7 +20,7 @@ bool cmAddExecutableCommand(std::vector<std::string> const& args, } cmMakefile& mf = status.GetMakefile(); - std::vector<std::string>::const_iterator s = args.begin(); + auto s = args.begin(); std::string const& exename = *s; |