mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
b204bae261
When the path to a header file is specified using a generator expression, evaluation of the genex must produce an absolute path. Update our documented example and add a test covering the case. Fixes: #20617