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

--- libosl-0.8.0.orig/CMakeLists.txt
+++ libosl-0.8.0/CMakeLists.txt
@@ -24,7 +24,7 @@ if(APPLE AND CMAKE_INSTALL_PREFIX MATCHE
 endif()
 
 message(STATUS "Building ${PROJECT_NAME} in ${CMAKE_BUILD_TYPE} mode")
-cmake_minimum_required(VERSION 2.8.8)
+cmake_minimum_required(VERSION 3.5)
 set (CMAKE_VERBOSE_MAKEFILE on)
 
 ENABLE_TESTING()
