X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=0e3e2a1cb4e1dee8679537913134603e0260ed6b;hp=710cfbcd083b4d5632162acdf825592792233313;hb=d20a7db77425fab0c44e5bf307ba0061ddaf9faf;hpb=b2034ad5df2d6bf6b7a40899083a16909193912e diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 710cfbcd..0e3e2a1c 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -90,16 +90,4 @@ if(APPLE) target_link_libraries(mod_common "-framework CoreServices" "-framework CoreFoundation") endif(APPLE) -if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux") - set(FIND_LIBDL TRUE) -endif(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux") -if(CMAKE_HOST_SYSTEM_NAME STREQUAL "kFreeBSD") - set(FIND_LIBDL TRUE) -endif(CMAKE_HOST_SYSTEM_NAME STREQUAL "kFreeBSD") - -if(FIND_LIBDL) - find_library(libdl dl) - if(NOT libdl MATCHES "NOTFOUND") - target_link_libraries(mod_common ${libdl}) - endif(NOT libdl MATCHES "NOTFOUND") -endif(FIND_LIBDL) +target_link_libraries(mod_common ${CMAKE_DL_LIBS})