summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e82dfda7f..4ba1bd461 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -191,9 +191,6 @@ if(ICONV_FOUND)
add_definitions(-DHAVE_ICONV)
endif()
-# Check for socketpair() supporting SOCK_DGRAM
-find_package(Socketpair)
-
# Check for CURL
find_package(CURL REQUIRED)