mirror of https://github.com/Icinga/icinga2.git
Remove build breaking include
This breaks the build for windows and does not seem to be required.
This commit is contained in:
parent
627fddf12b
commit
ee85af2151
|
@ -25,7 +25,3 @@ set_target_properties (
|
|||
socketpair PROPERTIES
|
||||
FOLDER Lib
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(socketpair ws2_32)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue