Skip to content

Commit

Permalink
Pthread links to libdublintraceroute, not to the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniacslk committed Mar 19, 2016
1 parent e651e01 commit b531455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif (${libtins_FOUND})
pkg_search_module(JSONCPP REQUIRED jsoncpp)

add_executable(dublin-traceroute src/main.cc)
target_link_libraries (dublin-traceroute ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries (dublintraceroute ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries(dublin-traceroute dublintraceroute)
target_link_libraries(dublintraceroute tins)

Expand Down

0 comments on commit b531455

Please sign in to comment.