Files
CMake/Source
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
..
2019-08-20 09:20:49 -04:00
2019-08-23 00:01:08 -04:00
2019-08-19 20:01:39 +02:00
2019-07-21 09:25:32 +02:00
2019-08-19 20:01:39 +02:00
2019-08-21 10:47:47 -04:00
2019-08-19 20:01:39 +02:00