24 lines
596 B
Diff
24 lines
596 B
Diff
From 643562dd72e0ecbaddaf1700da84c5f037ca817d Mon Sep 17 00:00:00 2001
|
|
From: Tuomas Nurmi <tuomas@norsumanageri.org>
|
|
Date: Mon, 8 Jul 2024 16:44:03 +0300
|
|
Subject: [PATCH 10/10] Bump minimum CMake version to avoid a warning during
|
|
configuration
|
|
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 1a8c8e3..8a79ddc 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required( VERSION 3.0 FATAL_ERROR )
|
|
+cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
|
|
|
|
project( libmygpo-qt )
|
|
|
|
--
|
|
2.47.0
|
|
|