From: Jean Flach Date: Fri, 19 Jan 2018 14:44:52 +0000 (+0100) Subject: Remove build breaking include X-Git-Tag: v2.9.0~196^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee85af2151789373e1bbcf5e23f17eccfea7b67f;p=icinga2 Remove build breaking include This breaks the build for windows and does not seem to be required. --- diff --git a/third-party/socketpair/CMakeLists.txt b/third-party/socketpair/CMakeLists.txt index 4983e3ed0..18f9dba79 100644 --- a/third-party/socketpair/CMakeLists.txt +++ b/third-party/socketpair/CMakeLists.txt @@ -25,7 +25,3 @@ set_target_properties ( socketpair PROPERTIES FOLDER Lib ) - -if(WIN32) - target_link_libraries(socketpair ws2_32) -endif()