mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Two targets whose names differ only in a `.exe` suffix create a conflict when adding target- and file-level dependencies for a custom command. Add CMP0212 to provide compatibility with the old behavior. Issue: #27612