Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Match RunCMake.CMP0111 stderr more strictly | Brad King | 2020-11-23 | 1 | -5/+15 |
| | |||||
* | CMP0111: Clarify that the new error is on a missing property setting | Brad King | 2020-10-16 | 1 | -9/+12 |
| | | | | The previous wording could be confused with the file missing on disk. | ||||
* | cmTarget: Raise error if imported target location is not set | Raul Tambre | 2020-08-21 | 1 | -0/+26 |
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. |