summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandExpandLists/expandEmptyCommand-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* add_test: Add COMMAND_EXPAND_LISTS optionSergey Bobrenok2019-06-071-0/+1
Add a `COMMAND_EXPAND_LISTS` option to the `add_test` command to cause `;`-separated lists produced by generator expressions to be expanded into multiple arguments. The `add_custom_command` command already has such an option. Fixes: #17284