mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
7c8ab7ddc8
This option allows lists generated by generator expressions to be expanded. Closes: #15935
8 lines
288 B
ReStructuredText
8 lines
288 B
ReStructuredText
expand_custom_commands
|
|
----------------------
|
|
|
|
* The commands :command:`add_custom_command` and :command:`add_custom_target`
|
|
learned the option ``COMMAND_EXPAND_LISTS`` which causes lists in the
|
|
``COMMAND`` argument to be expanded, including lists created by generator
|
|
expressions.
|