Skip to content
Snippets Groups Projects
Commit 273f7f91 authored by Millian Poquet's avatar Millian Poquet
Browse files

[cmake] add -ldl if possible (needed by loguru)

parent de211700
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ target_link_libraries(batsched ${GMP_LIBRARIES}
${Boost_LOCALE_LIBRARY_DEBUG}
${INTERVALSET_LIBRARY}
Threads::Threads
${CMAKE_DL_LIBS}
${REDOX_LIBRARY}
${LIBEV_LIBRARY}
${HIREDIS_LIBRARY}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment