Commit c6023618 authored by Simon Giesecke's avatar Simon Giesecke

Problem: debug output in CMake file

Solution: removed
parent 437e9f4f
......@@ -48,7 +48,6 @@ foreach(test ${unittests})
# TODO prevent libzmq (non-static) being in the list of link libraries at all
get_target_property(LIBS ${test} LINK_LIBRARIES)
list(REMOVE_ITEM LIBS libzmq)
message("Link libraries of ${test}: ${LIBS}")
set_target_properties(${test} PROPERTIES LINK_LIBRARIES "${LIBS}")
endforeach()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment