This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f6428725bb
CMake
/
Tests
/
RunCMake
/
GeneratorExpression
/
BadZero.cmake
6 lines
70 B
CMake
Raw
Normal View
History
Unescape
Escape
Genex: Ensure that $<0:...> has a parameter.
2012-11-27 01:43:13 +04:00
add_custom_target
(
check
ALL
COMMAND
check
$
<
0
>
Genex: Don't segfault on $<FOO,> 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.
2012-11-27 01:44:13 +04:00
$
<
0
,
>
Genex: Ensure that $<0:...> has a parameter.
2012-11-27 01:43:13 +04:00
V
E
R
B
A
T
I
M
)