Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument

This commit is contained in:
Sebastian Holtermann
2019-08-11 11:56:59 +02:00
parent ff42dec891
commit f4f3c68926
90 changed files with 381 additions and 394 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ public:
incDirProp, cmGeneratorExpression::StripAllGeneratorExpressions);
std::vector<std::string> includes;
cmSystemTools::ExpandListArgument(incDirs, includes);
cmExpandList(incDirs, includes);
for (std::string& path : includes) {
this->Makefile->ExpandVariablesInString(path);