Git commit 6c196e47c3e776e36c90abe5a60e910084405118 by Albert Astals Cid. Committed on 18/10/2015 at 18:16. Pushed by aacid into branch 'master'.
Revert to requiring libexiv 0.24 instead of 0.25 Pckagers, it is *strongly* recommented to use 0.25 since 0.24 has bad bugs but this makes it easier for our CI to build stuff and since the API is the same it won't introduce other problems Agreed with Gilles CCMAIL: [email protected] M +1 -1 CMakeLists.txt http://commits.kde.org/libkexiv2/6c196e47c3e776e36c90abe5a60e910084405118 diff --git a/CMakeLists.txt b/CMakeLists.txt index bc12cf5..6927f3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}") set(CMAKE_MIN_VERSION "2.8.12") set(ECM_MIN_VERSION "1.1.0") set(REQUIRED_QT_VERSION "5.2.0") -set(EXIV2_MIN_VERSION "0.25") +set(EXIV2_MIN_VERSION "0.24") cmake_minimum_required(VERSION ${CMAKE_MIN_VERSION}) _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
