From ee85af2151789373e1bbcf5e23f17eccfea7b67f Mon Sep 17 00:00:00 2001 From: Jean Flach Date: Fri, 19 Jan 2018 15:44:52 +0100 Subject: [PATCH] Remove build breaking include This breaks the build for windows and does not seem to be required. --- third-party/socketpair/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) 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() -- 2.40.0