mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
c257c25419
Move rejection of `#`, `<`, and `>` characters in outputs and byproducts to a generate-time check. This removes the front-end check that disallowed generator expressions. The generators have already been updated to handle them. Fixes: #12877
7 lines
251 B
ReStructuredText
7 lines
251 B
ReStructuredText
custom-command-output-genex
|
|
---------------------------
|
|
|
|
* :command:`add_custom_command` and :command:`add_custom_target` now
|
|
support :manual:`generator expressions <cmake-generator-expressions(7)>`
|
|
in their ``OUTPUT`` and ``BYPRODUCTS`` options.
|