mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6017 from Icinga/fix/socketpair-windows
Remove build breaking include
This commit is contained in:
commit
3122e44087
|
@ -25,7 +25,3 @@ set_target_properties (
|
||||||
socketpair PROPERTIES
|
socketpair PROPERTIES
|
||||||
FOLDER Lib
|
FOLDER Lib
|
||||||
)
|
)
|
||||||
|
|
||||||
if(WIN32)
|
|
||||||
target_link_libraries(socketpair ws2_32)
|
|
||||||
endif()
|
|
||||||
|
|
Loading…
Reference in New Issue