Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target_include_directories: Support AFTER option | Asit Dhal | 2020-12-19 | 4 | -0/+57 |
| | | | | Fixes: #20134 | ||||
* | cmTargetPropCommandBase: check keywords after parsing | Ben Boeckel | 2018-10-26 | 2 | -6/+0 |
| | | | | | | | | | | | | | The following was disallowed: add_library(iface INTERFACE) target_link_libraries(iface PUBLIC) just due to the mention of the `PUBLIC` keyword. Instead, only error if there are actually `PUBLIC` dependencies specified (and analogously for other restrictions). Update tests to expect this new behavior. | ||||
* | Tests: add tests for empty-value keyword arguments in target_* | Ben Boeckel | 2018-10-26 | 5 | -0/+19 |
Not all of these commands accept non-compilable (i.e., IMPORTED) targets, so those calls are currently just commented out. If they ever do start to accept them, the tests should be enabled. |