Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RunCMake: Expect empty output by default. | Stephen Kelly | 2014-12-31 | 1 | -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 lookup | Brad King | 2014-07-07 | 1 | -1/+3 |
| | | | | Use the AddInterfaceEntries helper to avoid duplication. | ||||
* | Genex: Report error if a target file is needed to evaluate link libraries. | Stephen Kelly | 2013-06-24 | 1 | -0/+7 |
Constructs such as target_link_libraries(foo $<$<STREQUAL:$<TARGET_FILE:foo>,foo.so>:bar>) segfault before this patch. |