summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0111/CMP0111-NEW-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Match RunCMake.CMP0111 stderr more strictlyBrad King2020-11-231-2/+12
|
* cmTarget: Raise error if imported target location is not setRaul Tambre2020-08-211-0/+7
Previously we would synthesize <TARGET_NAME>-NOTFOUND as the location. This would then end up on the link line and cause build failures. Policy CMP0110 is added to control this behaviour. Fixes #19080, #19943.