Remove build breaking include

This breaks the build for windows and does not seem to be required.
This commit is contained in:
Jean Flach 2018-01-19 15:44:52 +01:00
parent 627fddf12b
commit ee85af2151
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,3 @@ set_target_properties (
socketpair PROPERTIES
FOLDER Lib
)
if(WIN32)
target_link_libraries(socketpair ws2_32)
endif()