mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
When using $<TARGET_PROPERTY:prop>, the value of prop comes from the consuming target rather than the current target. Add a note to clarify this.