mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
e791ffac61
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
3 lines
119 B
Plaintext
3 lines
119 B
Plaintext
CMake Error at multipleExpandOptions\.cmake:3 \(add_test\):
|
|
+add_test may be given at most one COMMAND_EXPAND_LISTS\.
|