Skip to content

Commit

Permalink
Merge 8b5b00f into e725071
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jun 20, 2019
2 parents e725071 + 8b5b00f commit 2a98fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/relay/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ set(conduit_relay_deps conduit conduit_blueprint)
if(UNIX AND NOT APPLE)
# we need these for civetweb on linux, we may need similar libs
# on windows (OSX appears ok without them)
list(APPEND conduit_relay_deps dl rt ${CMAKE_THREAD_LIBS_INIT})
list(APPEND conduit_relay_deps dl rt Threads::Threads)
set(CONDUIT_MAKE_EXTRA_LIBS "${CONDUIT_MAKE_EXTRA_LIBS} -ldl -lrt ${CMAKE_THREAD_LIBS_INIT}" CACHE STRING "" FORCE)
endif()

Expand Down

0 comments on commit 2a98fc7

Please sign in to comment.