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