mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-11 16:50:50 -05:00
1b8669c1d6
Although passing multiple source paths was never documented, it was not diagnosed by CMake 3.22 and below. In CMake 3.23 we now diagnose extra paths and warn. Document this change and add a release note. Issue: #23334