Skip to content
Snippets Groups Projects
Commit 568713d2 authored by Francois Keith's avatar Francois Keith Committed by Nicolas Mansard
Browse files

Win32: Correct a link issue

The var EXECUTABLE_NAME does not exist, so the command creates
a wrong linkage between the two libraries.
parent d0acc407
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,6 @@ FOREACH(lib ${signalcast_libs})
ADD_DEPENDENCIES(${lib} ${PROJECT_NAME})
ENDFOREACH()
DYNAMIC_GRAPH_TEST(signal-cast-registerer)
TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} ${signalcast_libs})
# Unit testing.
DYNAMIC_GRAPH_TEST(entity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment