Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
fixes #43 (no need to check for -ldl or -lrt
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Oct 25, 2017
1 parent 12ed7e8 commit bb0630c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,16 +302,6 @@ if (WIN32)
add_definitions (-DWIN32 -march=i486)
find_library (LIB_WS32 ws2_32)
set (SYS_LIBS ${SYS_LIBS} ${LIB_WS32})
else ()
if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
find_library (LIB_DL dl)
set (SYS_LIBS ${LIB_DL})
endif()

if (NOT APPLE)
find_library (LIB_RT rt)
set (SYS_LIBS ${SYS_LIBS} ${LIB_RT})
endif()
endif ()

if (EVHTP_BUILD_SHARED)
Expand Down

0 comments on commit bb0630c

Please sign in to comment.