summaryrefslogtreecommitdiff
path: root/cmake/modules/FindCARES.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-12 17:20:08 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-12 17:20:08 +0000
commit7eed375f9d49f1ace37b331d3cd330d51d2d2a80 (patch)
tree9b80e144f6776e7535e245c1475b74c549b0e403 /cmake/modules/FindCARES.cmake
parentdeae5061be2dd89945be7c955577c6f8653a0124 (diff)
downloadwireshark-7eed375f9d49f1ace37b331d3cd330d51d2d2a80.tar.gz
Make building with GeoIP, Python, Capabilities and c-ares
actually work. svn path=/trunk/; revision=29870
Diffstat (limited to 'cmake/modules/FindCARES.cmake')
-rw-r--r--cmake/modules/FindCARES.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindCARES.cmake b/cmake/modules/FindCARES.cmake
index 6c046bec14..e821453e07 100644
--- a/cmake/modules/FindCARES.cmake
+++ b/cmake/modules/FindCARES.cmake
@@ -11,7 +11,7 @@ IF (CARES_INCLUDE_DIRS)
SET(CARES_FIND_QUIETLY TRUE)
ENDIF (CARES_INCLUDE_DIRS)
-FIND_PATH(CARES_INCLUDE_DIR cares.h)
+FIND_PATH(CARES_INCLUDE_DIR ares.h)
SET(CARES_NAMES cares)
FIND_LIBRARY(CARES_LIBRARY NAMES ${CARES_NAMES} )