]> granicus.if.org Git - icinga2/commitdiff
Remove build breaking include 6017/head
authorJean Flach <jean-marcel.flach@icinga.com>
Fri, 19 Jan 2018 14:44:52 +0000 (15:44 +0100)
committerJean Flach <jean-marcel.flach@icinga.com>
Fri, 19 Jan 2018 14:44:52 +0000 (15:44 +0100)
This breaks the build for windows and does not seem to be required.

third-party/socketpair/CMakeLists.txt

index 4983e3ed048f6ea71630973aad10229adfe23556..18f9dba7948ef414008b409c7be0c9f28cb68e7d 100644 (file)
@@ -25,7 +25,3 @@ set_target_properties (
   socketpair PROPERTIES
   FOLDER Lib
 )
-
-if(WIN32)
-  target_link_libraries(socketpair ws2_32)
-endif()