Skip to content

Commit

Permalink
Remove build breaking include
Browse files Browse the repository at this point in the history
This breaks the build for windows and does not seem to be required.
  • Loading branch information
Crunsher committed Feb 20, 2018
1 parent 44d1a3b commit 92016ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions third-party/socketpair/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ set_target_properties (
socketpair PROPERTIES
FOLDER Lib
)

if(WIN32)
target_link_libraries(socketpair ws2_32)
endif()

0 comments on commit 92016ac

Please sign in to comment.