summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Languages/link-libraries-TARGET_FILE-genex-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* RunCMake: Expect empty output by default.Stephen Kelly2014-12-311-1/+1
| | | | | | | | | | | Expect tests to specify stderr content if it is present. Fix the CMP0019 test, which has only been testing the WARN status until now. Specify in the CommandLine and FPHSA tests that content is at least one character. Set policies in the Language and CheckModules tests, which have empty test output, modulo unrelated policies on some platforms.
* cmTarget: Simplify INTERFACE_SOURCES usage requirement lookupBrad King2014-07-071-1/+3
| | | | Use the AddInterfaceEntries helper to avoid duplication.
* Genex: Report error if a target file is needed to evaluate link libraries.Stephen Kelly2013-06-241-0/+7
Constructs such as target_link_libraries(foo $<$<STREQUAL:$<TARGET_FILE:foo>,foo.so>:bar>) segfault before this patch.