remove find_package(Iconv). We are already using our custom finder
This commit is contained in:
parent
9761f0ee1f
commit
0b82d35a26
@ -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} )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user