aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-08-25 15:23:28 +0200
committerAndreas Schneider <mail@cynapses.org>2009-08-25 15:23:28 +0200
commit4aa7d73b43bafad7d1aa2a4e13a74f65a790b3dc (patch)
tree9d799fd38de9cfc3e6e7e8d3c8f30120940e7129 /ConfigureChecks.cmake
parent3804e72e24cd8fcc8f28e83781495c2ddfc14732 (diff)
downloadlibssh-4aa7d73b43bafad7d1aa2a4e13a74f65a790b3dc.tar.gz
libssh-4aa7d73b43bafad7d1aa2a4e13a74f65a790b3dc.tar.xz
libssh-4aa7d73b43bafad7d1aa2a4e13a74f65a790b3dc.zip
Fix typo.
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 7454c904..6ccc6070 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -58,7 +58,7 @@ if (UNIX)
set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} nsl)
endif (HAVE_LIBNSL)
# libresolv
- check_library_exists(resolve hstrerror "" HAVE_LIBRESOLV)
+ check_library_exists(resolv hstrerror "" HAVE_LIBRESOLV)
if (HAVE_LIBRESOLV)
set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} resolv)
endif (HAVE_LIBRESOLV)