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

--- grub-customizer-5.2.5.orig/CMakeLists.txt
+++ grub-customizer-5.2.5/CMakeLists.txt
@@ -1,5 +1,5 @@
 project(GrubCustomizer)
-cmake_minimum_required(VERSION 2.6.2) # may be lower
+cmake_minimum_required(VERSION 3.5)
 
 ADD_DEFINITIONS(-std=c++11)
 
