From d03095ef6451cc8553b42ef02f6538d302c9622d Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Fri, 31 Oct 2025 20:54:04 +1000 Subject: [PATCH] CMake 3.8 does not work stand-alone, come forward to non-deprecated 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d11d834..85d07ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # Distributed under the Boost Software License, Version 1.0. # https://www.boost.org/LICENSE_1_0.txt -cmake_minimum_required(VERSION 3.8...3.31) +cmake_minimum_required(VERSION 3.10...3.31) project(boost_sort VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)