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

external: add librt to libraries linked with flesnet.

parent 6094fcfe
No related branches found
No related tags found
1 merge request!1161algo: Update STS GPU Reco
......@@ -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