commit | f779f8c0ad4c16cda5a166d440915a01e986d396 | [log] [tgz] |
---|---|---|
author | Kyle Edwards <kyle.edwards@kitware.com> | Wed Apr 06 16:40:34 2022 -0400 |
committer | Brad King <brad.king@kitware.com> | Thu Apr 07 09:26:58 2022 -0400 |
tree | bd82cc9e14e10efdb88e7e277642089ee1e73d10 | |
parent | 42bca07cc67d42cbc37109a9be208321e7ebc620 [diff] |
FILE_SET: Forbid adding header sets to Apple FRAMEWORK libraries The feature needs a specialized implementation to place headers in the right place inside frameworks. To avoid silently doing the wrong thing, make this case an error for the 3.23 series. Issue: #23386