commit | 7df0541055167d556d866000f8da4b0e7f186b92 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Oct 14 12:40:25 2021 -0400 |
committer | Brad King <brad.king@kitware.com> | Thu Oct 14 13:15:48 2021 -0400 |
tree | 20380eb5841fbb0c945901b131541652f17f6ef8 | |
parent | 1c12694124aedc0f7cf5a98e635e27d4c338fce0 [diff] |
Add property to mark IMPORTED targets as not SYSTEM Add an `IMPORTED_NO_SYSTEM` target property to specify this. When enabled, do not treat the `INTERFACE_INCLUDE_DIRECTORIES` of an imported target as `SYSTEM` include directories. This is similar to the existing `NO_SYSTEM_FROM_IMPORTED` property, but works from the consumed target rather than the consumer. Fixes: #17364