remove find_package(Iconv). We are already using our custom finder

This commit is contained in:
Luis Díaz Más 2017-08-25 18:08:13 +02:00
parent 9761f0ee1f
commit 0b82d35a26

View File

@ -36,7 +36,6 @@ if( EXIV2_ENABLE_NLS )
# the manual check in config/generateConfigFile.cmake
endif( EXIV2_ENABLE_NLS )
find_package(Iconv)
include( FindIconv )
if( ICONV_FOUND )
message ( "-- ICONV_INCLUDE_DIR : " ${ICONV_INCLUDE_DIR} )