Files
CMake/Help/release/dev/avoid-LIB_DEPENDS.rst
Brad King 7723e9a058 Do not produce legacy _LIB_DEPENDS cache entries
Introduce policy `CMP0073` to avoid producing these cache entries.

Fixes: #16364
2018-03-07 07:48:40 -05:00

6 lines
154 B
ReStructuredText

avoid-LIB_DEPENDS
-----------------
* CMake no longer produces ``<tgt>_LIB_DEPENDS`` cache entries
for library targets. See policy :policy:`CMP0073`.