Files
CMake/Source/CursesDialog
Sebastian Holtermann aaf59120bf Source sweep: Replace cmExpandList with the shorter cmExpandedList
This replaces the code pattern
```
std::vector<std::string> args;
cmExpandList(valueStr, args, ...)
```
with
```
std::vector<std::string> args = cmExpandedList(valueStr, ...)
```
2019-08-23 17:07:49 +02:00
..
2018-06-04 10:32:49 -04:00
2019-01-29 14:09:21 -05:00
2019-01-29 14:09:21 -05:00
2019-01-29 14:09:21 -05:00
2019-01-29 14:09:21 -05:00
2019-01-29 14:09:21 -05:00