mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Treat the comma as part of the identifier here. It will later not resolve to a generator expression and the user gets a proper error message.
6 lines
70 B
CMake
6 lines
70 B
CMake
|
|
add_custom_target(check ALL COMMAND check
|
|
$<0>
|
|
$<0,>
|
|
VERBATIM)
|