From 7743fcc9a50273307b96d9abd691370316b1eef6 Mon Sep 17 00:00:00 2001 From: jangaza Date: Sun, 1 Mar 2026 16:05:07 +0100 Subject: [PATCH] CMake version 2.8->3.5 This makes the package again buildable on OBS for openSUSE_Tumbleweed. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9974365..8968cd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED( VERSION 2.8 ) +CMAKE_MINIMUM_REQUIRED( VERSION 3.5 ) set( PROJECT "hello-obs" )