summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_sources/FileSetReadOnlyPrivate.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmTarget: make HEADER_SETS and INTERFACE_HEADER_SETS read-onlyBen Boeckel2022-04-111-0/+4
There is no reason to allow these properties to be manipulated by user code. Instead, use the stored visibility on the fileset objects to derive what these properties should contain.