From 46b112bcd439f4413925a7300d66a3e6f148765e Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 16 Feb 2010 13:32:45 +0000 Subject: replaced tabs with spaces --- CMake/FindCARES.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMake/FindCARES.cmake') diff --git a/CMake/FindCARES.cmake b/CMake/FindCARES.cmake index 7e92a8e7c..f08aae6a5 100755 --- a/CMake/FindCARES.cmake +++ b/CMake/FindCARES.cmake @@ -6,12 +6,12 @@ # CARES_FOUND, If false, do not try to use c-ares. # also defined, but not for general use are # CARES_LIBRARY, where to find the c-ares library. - + FIND_PATH(CARES_INCLUDE_DIR ares.h /usr/local/include /usr/include ) - + SET(CARES_NAMES ${CARES_NAMES} cares) FIND_LIBRARY(CARES_LIBRARY NAMES ${CARES_NAMES} -- cgit v1.2.1