diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-01-20 10:25:35 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-01-20 10:25:35 (GMT) |
commit | d7f15209385e17580d911bcc10f78c921bd8c3fd (patch) | |
tree | bf0444688452befb5db38eb50ea0424d9f809b02 /Modules/CMakeFindWMake.cmake | |
parent | 5e572619c67c5ba38a68179111f7dea9648690ab (diff) | |
download | CMake-d7f15209385e17580d911bcc10f78c921bd8c3fd.zip CMake-d7f15209385e17580d911bcc10f78c921bd8c3fd.tar.gz CMake-d7f15209385e17580d911bcc10f78c921bd8c3fd.tar.bz2 |
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
Diffstat (limited to 'Modules/CMakeFindWMake.cmake')
0 files changed, 0 insertions, 0 deletions