mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
1bdd167577
Extend the range of valid target names with the + sign. This character can commonly be used for target names, such as those containing 'c++'. Add a test but skip it for Borland and Watcom tools which do not support the character. Suggested-By: Benjamin Kloster