commit | 14d98bcfe6fa1dd2f4220e50e99ec099939496d5 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Fri Oct 15 13:03:31 2021 -0400 |
committer | Brad King <brad.king@kitware.com> | Fri Oct 15 13:04:19 2021 -0400 |
tree | 98137c1b2c2d5b92caca0dff5d03a67e5998e5e1 | |
parent | 7df0541055167d556d866000f8da4b0e7f186b92 [diff] |
export: Propagate IMPORTED_NO_SYSTEM target property to consumers Enabling `IMPORTED_NO_SYSTEM` on a target built within the project has no effect on the build system, but it is still a useful way to set the property on imported targets generated by `install(EXPORT)` and `export()`. Issue: #17364