Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1113297

--- mrtdreader-0.1.6.orig/CMakeLists.txt
+++ mrtdreader-0.1.6/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 3.5)
 
 SET(CMAKE_BUILD_TYPE Release CACHE STRING "If build type is not specified on command line, build Release")
 
