From e317ef75ad831c7cc4dce2e4158163876bfbbfa4 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Tue, 30 Aug 2016 14:21:35 +0300 Subject: [PATCH] Bump required exiv2 version up to 0.24 --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 97a05ba56511..17455b867733 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -205,8 +205,8 @@ foreach(lib ${OUR_LIBS} LensFun GIO GThread GModule PangoCairo PThread Rsvg2 Lib add_definitions(${${lib}_DEFINITIONS}) endforeach(lib) -# Require exiv2 >= 0.23 to make sure everything we need is available -find_package(Exiv2 0.23 REQUIRED) +# Require exiv2 >= 0.24 to make sure everything we need is available +find_package(Exiv2 0.24 REQUIRED) include_directories(SYSTEM ${Exiv2_INCLUDE_DIRS}) list(APPEND LIBS ${Exiv2_LIBRARIES}) add_definitions(${Exiv2_DEFINITIONS})