Alex Neundorf c786635149 Make target_link_libraries() complain if bad target name is used
target_link_libraries() did not complain if there was only one argument,
and this one (first) argument wasn't a valid target name, e.g.

add_executable(hello main.cpp)
target_link_libraries(-static-intel)

Here the target "hello" was forgotten in the tll() call, but cmake didn't
complain. With this commit it does.

Alex
2010-08-26 21:02:40 +02:00
..
2010-08-17 15:12:42 -04:00
2010-08-26 00:10:20 -04:00
2010-05-19 15:40:48 -06:00
2009-12-08 09:38:36 -05:00
2010-05-17 13:34:29 -04:00
2010-03-02 15:38:02 -05:00
2010-03-17 11:04:13 -04:00