From 92016acde31bbcd2743cb3849f4064b01aaeb56a 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 4983e3ed048..18f9dba7948 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()