CMake: minimum version bumped to 3.3.2

This commit is contained in:
Luis Diaz Mas 2018-05-31 17:49:55 +02:00 committed by Luis Díaz Más
parent 9f67edd9bd
commit 5fa8f5aa87
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# CMakeLists.txt for exiv2 library
cmake_minimum_required( VERSION 3.1.0 )
cmake_minimum_required( VERSION 3.3.2 )
project( exiv2 )
include(GNUInstallDirs)

View File

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