mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
This replaces the code pattern ``` std::vector<std::string> args; cmExpandList(valueStr, args, ...) ``` with ``` std::vector<std::string> args = cmExpandedList(valueStr, ...) ```
6.4 KiB
6.4 KiB