diff --git a/.cmake/AddLinuxSystemLibs.cmake b/.cmake/AddLinuxSystemLibs.cmake index 859f8cef4..0cb7c7eb0 100644 --- a/.cmake/AddLinuxSystemLibs.cmake +++ b/.cmake/AddLinuxSystemLibs.cmake @@ -3,7 +3,3 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux") list(APPEND DEFAULT_OS_SYSTEM_LIBS ${LIBDL}) endif() -if (NOT CMAKE_SYSTEM_NAME MATCHES "Darwin") - find_library(LIBPTHREAD NAMES libpthread.a) - list(APPEND DEFAULT_OS_SYSTEM_LIBS ${LIBPTHREAD}) -endif() \ No newline at end of file diff --git a/src/plugins/httpdatastream/CMakeLists.txt b/src/plugins/httpdatastream/CMakeLists.txt index 6009d90cd..edfbf02ca 100644 --- a/src/plugins/httpdatastream/CMakeLists.txt +++ b/src/plugins/httpdatastream/CMakeLists.txt @@ -7,4 +7,4 @@ set (httpdatastream_SOURCES add_library(httpdatastream SHARED ${httpdatastream_SOURCES}) target_include_directories(httpdatastream BEFORE PUBLIC ${Boost_INCLUDE_DIRS}) -target_link_libraries(httpdatastream ${musikcube_LINK_LIBS}) +target_link_libraries(httpdatastream ${LIBCURL})