Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59850c3 commit 6da5edbCopy full SHA for 6da5edb
CMakeLists.txt
@@ -20,10 +20,6 @@ if(NOT UNIX)
20
CHECK_INCLUDE_FILE("ws2tcpip.h" HAVE_WS2TCPIP_H)
21
endif(NOT UNIX)
22
23
-# check for functions
24
-include (${CMAKE_ROOT}/Modules/CheckFunctionExists.cmake)
25
-check_function_exists (closesocket HAVE_CLOSE_SOCKET)
26
-
27
28
include_directories ("${PROJECT_SOURCE_DIR}/src")
29
add_subdirectory (src)
src/StatsdClientConfig.h.in
@@ -8,4 +8,3 @@
8
9
#cmakedefine HAVE_WINSOCK2_H
10
#cmakedefine HAVE_WS2TCPIP_H
11
-#cmakedefine HAVE_CLOSE_SOCKET
0 commit comments