Skip to content

Commit 2cd6278

Browse files
committed
Update preferred CMake version to 3.31
1 parent 297b489 commit 2cd6278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Distributed under the Boost Software License, Version 1.0.
33
# https://www.boost.org/LICENSE_1_0.txt
44

5-
# We support CMake 3.5, but prefer 3.20 policies and behavior
6-
cmake_minimum_required(VERSION 3.5...3.20)
5+
# We support CMake 3.5, but prefer 3.31 policies and behavior
6+
cmake_minimum_required(VERSION 3.5...3.31)
77

88
project(boost_assert VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
99

0 commit comments

Comments
 (0)