summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_library/CMP0073.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Do not produce legacy _LIB_DEPENDS cache entriesBrad King2018-03-071-0/+18
Introduce policy `CMP0073` to avoid producing these cache entries. Fixes: #16364