--- a/benchmark/CMakeLists.txt 2025-07-08 08:23:10.926630364 +0200 +++ b/benchmark/CMakeLists.txt 2025-07-08 08:23:21.764513856 +0200 @@ -9,7 +9,7 @@ # The full license is in the file LICENSE, distributed with this software. # ############################################################################ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.10) if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) project(xsimd-benchmark) --- a/examples/CMakeLists.txt 2025-07-08 08:23:32.134402377 +0200 +++ b/examples/CMakeLists.txt 2025-07-08 08:23:42.504290895 +0200 @@ -9,7 +9,7 @@ # The full license is in the file LICENSE, distributed with this software. # ############################################################################ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.10) if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) project(xsimd-examples) --- a/CMakeLists.txt 2025-11-28 19:47:35.424760757 +0100 +++ b/CMakeLists.txt 2025-11-28 19:47:46.752621530 +0100 @@ -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) project(xsimd) option(XSIMD_REFACTORING ON) --- a/test/CMakeLists.txt 2025-11-28 19:48:45.419900523 +0100 +++ b/test/CMakeLists.txt 2025-11-28 19:48:54.688786610 +0100 @@ -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)