From 6f5aac2f07d508da390412be29a6a29069c8e7d2 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 28 Nov 2025 19:52:40 +0100 Subject: [PATCH 1/3] Update minimum CMake version to 3.10 --- benchmark/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/CMakeLists.txt b/benchmark/CMakeLists.txt index 713bf2a48..8cfad36c0 100644 --- a/benchmark/CMakeLists.txt +++ b/benchmark/CMakeLists.txt @@ -9,7 +9,7 @@ # The full license is in the file LICENSE, distributed with this software. # ############################################################################ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.10) if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) project(xsimd-benchmark) From 2b8b2f60c8fe63570d63cbcd260a3338d844629d Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 28 Nov 2025 19:53:30 +0100 Subject: [PATCH 2/3] Update minimum CMake version to 3.10 --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 592d10c8d..d26751525 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -9,7 +9,7 @@ # The full license is in the file LICENSE, distributed with this software. # ############################################################################ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.10) if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) project(xsimd-examples) From d8fec9c1ee432845e9a52675c644bd1e6fe93657 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 28 Nov 2025 19:54:13 +0100 Subject: [PATCH 3/3] Update CMakeLists.txt --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b04306c34..3ba805556 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -9,7 +9,7 @@ # The full license is in the file LICENSE, distributed with this software. # ############################################################################ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.10) if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) project(xsimd-test)