mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
7 lines
240 B
ReStructuredText
7 lines
240 B
ReStructuredText
add_test-expand_lists
|
|
---------------------
|
|
|
|
* The command :command:`add_test` learned the option ``COMMAND_EXPAND_LISTS``
|
|
which causes lists in the ``COMMAND`` argument to be expanded, including
|
|
lists created by generator expressions.
|