Skip to content
Snippets Groups Projects
Commit 44f368d7 authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

external: add librt to libraries linked with flesnet.

parent a275a6d6
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !1164. Comments created here will be created in the context of that merge request.
......@@ -106,6 +106,7 @@ list(APPEND dir_to_link
if(NOT APPLE)
list(APPEND dir_to_link ${Boost_THREAD_LIBRARY})
endif()
list(APPEND dir_to_link -lrt)
set_target_properties(external::fles_ipc PROPERTIES
IMPORTED_LOCATION ${FLESNET_DESTDIR}/src/flesnet-build/lib/fles_ipc/${CMAKE_STATIC_LIBRARY_PREFIX}fles_ipc${CMAKE_STATIC_LIBRARY_SUFFIX}
......
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