summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ObjectLibrary/InstallLinkedObj1-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmExportInstallFileGenerator: improve error messageBen Boeckel2019-08-201-1/+1
| | | | | | | Following commit 49cfd390 (cmExportBuildFileGenerator: improve error message, 2019-06-26), improve the error message related to installed export sets by referencing the files which contain the exported target ambiguously.
* Tests: Add cases for usage requirements of linked object libsBrad King2018-03-011-0/+1
Add tests to cover transitive usage requirements on installation and export of targets that link to object libraries. Issue: #14778