Stephen Kelly d7f1520938 Don't wrap all targets in LINK_LIBRARIES in a TARGET_NAME genex.
It is not necessary and the current state is unintentional. Before
this patch,

 target_link_libraries(foo bar)

causes the LINK_LIBRARIES property of foo to contain

 $<TARGET_NAME:bar>

instead of just

 bar
2013-01-20 11:25:35 +01:00
..
2013-01-07 21:20:11 +01:00
2013-01-19 00:01:19 -05:00
2013-01-07 21:20:11 +01:00
2012-09-28 17:00:52 -04:00
2012-09-28 17:00:52 -04:00