mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-23 23:16:41 +01:00
Merge pull request #905 from guruofquality/missing_librt
add linking to librt under cmake build - fixes missing symbol
This commit is contained in:
commit
b008a341d7
@ -591,6 +591,10 @@ if(HAVE_IPHLAPI)
|
|||||||
target_link_libraries(libzmq iphlpapi)
|
target_link_libraries(libzmq iphlpapi)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(RT_LIBRARY)
|
||||||
|
target_link_libraries(libzmq ${RT_LIBRARY})
|
||||||
|
endif()
|
||||||
|
|
||||||
set(perf-tools local_lat
|
set(perf-tools local_lat
|
||||||
remote_lat
|
remote_lat
|
||||||
local_thr
|
local_thr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user