mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
f35df783b5
When passing a `<header>` inside a generator expression, the closing `>` needs to be encoded as `$<ANGLE-R>`. Add an example to the docs. Fixes: #19940