We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297b489 commit 2cd6278Copy full SHA for 2cd6278
CMakeLists.txt
@@ -2,8 +2,8 @@
2
# Distributed under the Boost Software License, Version 1.0.
3
# https://www.boost.org/LICENSE_1_0.txt
4
5
-# We support CMake 3.5, but prefer 3.20 policies and behavior
6
-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)
7
8
project(boost_assert VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
9
0 commit comments