summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0026/ObjlibNotDefined-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Testing: Update hard-coded line numbers to [0-9]+ in some testsKyle Edwards2018-10-101-1/+1
|
* cmTarget: Don't assert on object libraries for configure-time location.Stephen Kelly2014-05-061-0/+12
Commit b8af2011 (cmTarget: Fix listing of source files at configure-time., 2014-04-13) refactored a GetObjectLibrariesCMP0026 method out of GetLanguages. In flight, a conditional use of a target if available was changed to an assert-available. This code is only used to read the LOCATION property at configure time, when the link information is incomplete, and not all targets are defined, so the assert is inappropriate, even though it can lead to incorrect information being generated. CMP0026 warns about the potentially incorrect information anyway.