| 2117 | } |
| 2118 | |
| 2119 | void cmSystemTools::AppendEnv(std::vector<std::string> const& env) |
| 2120 | { |
| 2121 | for (std::string const& var : env) { |
| 2122 | cmSystemTools::PutEnv(var); |
| 2123 | } |
| 2124 | } |
| 2125 | |
| 2126 | void cmSystemTools::EnvDiff::AppendEnv(std::vector<std::string> const& env) |
| 2127 | { |