Merge pull request #6017 from Icinga/fix/socketpair-windows

Remove build breaking include
This commit is contained in:
Gunnar Beutner 2018-01-19 18:53:02 +01:00 committed by GitHub
commit 3122e44087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()