Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMPILE_DEFINITIONS property: ensure leading -D is removed in all cases | Marc Chevrier | 2022-12-13 | 1 | -0/+13 |
| | | | | Fixes: #24186 | ||||
* | target_*: Allow setting INTERFACE properties of UNKNOWN IMPORTED targets | Avraham Shukron | 2019-07-22 | 1 | -0/+1 |
| | | | | | | | | Extend the change made by commit fe4b25ec2f (Teach target_* commands to set INTERFACE properties of IMPORTED targets, 2017-09-18, v3.11.0-rc1~433^2~2) to work with imported targets of type `UNKNOWN`. Fixes: #19434 | ||||
* | Tests: add tests for empty-value keyword arguments in target_* | Ben Boeckel | 2018-10-26 | 1 | -0/+3 |
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. |