From efd11185390e63b2aa043e548561a7eef83b4d69 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sun, 31 Mar 2024 22:23:18 +0200 Subject: [PATCH] cmake: build is compatible up to 3.28 Removes annoying warning. Signed-off-by: David Heidelberg Part-of: --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fffee4f2..2130c8206 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 3.4...3.28) if (POLICY CMP0072) cmake_policy (SET CMP0072 OLD) -- 2.11.4.GIT