mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user