Add missing includes in FindIconv.cmake (patch #7069)

This commit is contained in:
Sebastien Helleu 2010-01-28 12:26:39 +01:00
parent 10a3954908
commit 16a02cddaf

View File

@ -30,6 +30,9 @@ IF(ICONV_FOUND)
set(ICONV_FIND_QUIETLY TRUE)
ENDIF(ICONV_FOUND)
INCLUDE(CheckLibraryExists)
INCLUDE(CheckFunctionExists)
FIND_PATH(ICONV_INCLUDE_PATH
NAMES iconv.h
PATHS /usr/include /usr/local/include /usr/pkg/include