--- a/CMakeLists.txt 2025-06-16 22:04:30.852811014 +0200 +++ b/CMakeLists.txt 2025-06-16 22:04:59.804503623 +0200 @@ -1,5 +1,5 @@ # Minimum CMake required -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) # Set default build type if(NOT CMAKE_BUILD_TYPE) message(STATUS "Build type not set - defaulting to Release")