From 2cd62786c8c708c5a932f02354000e76128dccce Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 19 Oct 2025 11:05:26 +0300 Subject: [PATCH] Update preferred CMake version to 3.31 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 403fbe4..7e095d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ # Distributed under the Boost Software License, Version 1.0. # https://www.boost.org/LICENSE_1_0.txt -# We support CMake 3.5, but prefer 3.20 policies and behavior -cmake_minimum_required(VERSION 3.5...3.20) +# We support CMake 3.5, but prefer 3.31 policies and behavior +cmake_minimum_required(VERSION 3.5...3.31) project(boost_assert VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)