From 424a188f63171842ce8fad86fa85c4e03e405618 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 13 Oct 2025 05:15:24 +0200 Subject: [PATCH] Fix build with CMake 4 Bump minimum required version of CMake to 3.10. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 356bfc4..7d67817 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +CMAKE_MINIMUM_REQUIRED(VERSION 3.10) PROJECT(QComicBook) SET(VERSION "0.9.1")