Commit b008a341 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #905 from guruofquality/missing_librt

add linking to librt under cmake build - fixes missing symbol
parents 176d2c8a 2bc3c827
......@@ -591,6 +591,10 @@ if(HAVE_IPHLAPI)
target_link_libraries(libzmq iphlpapi)
endif()
if(RT_LIBRARY)
target_link_libraries(libzmq ${RT_LIBRARY})
endif()
set(perf-tools local_lat
remote_lat
local_thr
......
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