mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
440822fa5c
In commit 4ff8604604 (Build: Do not use variables for sources lists,
2022-08-21) the sources of `CMakeLib` were accidentally made PUBLIC.
This causes them to be compiled again in all consuming targets.
Make the sources PRIVATE instead.