From 0df24e56b67045a54aa8131ac6b7f9c0b20ec889 Mon Sep 17 00:00:00 2001 From: Marc Schefer Date: Fri, 5 Jun 2026 11:45:47 +0200 Subject: [PATCH] bump cmake version --- CMakeLists.txt | 2 +- SEBenchmarks/CMakeLists.txt | 2 -- SEFramework/CMakeLists.txt | 2 -- SEImplementation/CMakeLists.txt | 2 -- SEMain/CMakeLists.txt | 2 -- SEUtils/CMakeLists.txt | 2 -- 6 files changed, 1 insertion(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 265b89eda..29e20607e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5) #--------------------------------------------------------------- # Load macros and functions for Elements-based projects diff --git a/SEBenchmarks/CMakeLists.txt b/SEBenchmarks/CMakeLists.txt index 0b5b7dd31..d779a9678 100644 --- a/SEBenchmarks/CMakeLists.txt +++ b/SEBenchmarks/CMakeLists.txt @@ -1,5 +1,3 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) - #=============================================================================== # Load elements_subdir macro here # Examples: diff --git a/SEFramework/CMakeLists.txt b/SEFramework/CMakeLists.txt index 775552542..fcf4a3271 100644 --- a/SEFramework/CMakeLists.txt +++ b/SEFramework/CMakeLists.txt @@ -1,5 +1,3 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) - #=============================================================================== # Load elements_subdir macro here # Examples: diff --git a/SEImplementation/CMakeLists.txt b/SEImplementation/CMakeLists.txt index 1b52a93d3..75b0df5e9 100644 --- a/SEImplementation/CMakeLists.txt +++ b/SEImplementation/CMakeLists.txt @@ -1,5 +1,3 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) - #=============================================================================== # Load elements_subdir macro here # Examples: diff --git a/SEMain/CMakeLists.txt b/SEMain/CMakeLists.txt index 8fdb92a86..b904bc4f4 100644 --- a/SEMain/CMakeLists.txt +++ b/SEMain/CMakeLists.txt @@ -1,5 +1,3 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) - #=============================================================================== # Load elements_subdir macro here # Examples: diff --git a/SEUtils/CMakeLists.txt b/SEUtils/CMakeLists.txt index 64bcc6852..8203f66f7 100644 --- a/SEUtils/CMakeLists.txt +++ b/SEUtils/CMakeLists.txt @@ -1,5 +1,3 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) - #=============================================================================== # Load elements_subdir macro here # Examples: