summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-07-08 19:32:39 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-07-08 19:32:39 +0200
commit0aafb18582898fc53cc7e879431cbcab1b451194 (patch)
tree9c58836080d25bca5824373bc6108e72e77bd333 /ConfigureChecks.cmake
parent2a2e0cc2b2934a838d8bc92e4415aa6dea8672ef (diff)
downloadsocket_wrapper-0aafb18582898fc53cc7e879431cbcab1b451194.tar.gz
socket_wrapper-0aafb18582898fc53cc7e879431cbcab1b451194.tar.xz
socket_wrapper-0aafb18582898fc53cc7e879431cbcab1b451194.zip
cmake: Link testsuite against socket libraries.
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 1be7583..b74407c 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -79,7 +79,7 @@ if (UNIX)
check_function_exists(getaddrinfo HAVE_GETADDRINFO)
endif (UNIX)
-set(LIBSSH_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "libssh required system libraries")
+set(SWRAP_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "socket_wrapper required system libraries")
# STRUCT MEMBERS
check_struct_has_member("struct sockaddr" sa_len "sys/socket.h netinet/in.h" HAVE_STRUCT_SOCKADDR_SA_LEN)