Added: missing iconv include

This commit is contained in:
vl 2011-06-01 01:16:06 +02:00
parent 111cb59d2d
commit d555e851bf

View file

@ -130,6 +130,7 @@ IF(WITH_STATIC)
IF(APPLE)
FIND_PACKAGE(Iconv REQUIRED)
SET(LIBXML2_LIBRARIES ${LIBXML2_LIBRARIES} ${ICONV_LIBRARIES})
INCLUDE_DIRECTORIES(${ICONV_INCLUDE_DIR})
ENDIF(APPLE)
ENDIF(WITH_STATIC)