Skip to content

Commit f6571ab

Browse files
committed
Revert "There is no upper bound to the cmake version, or if there was, it would be more than 3.20."
This reverts commit 0dbc9bc. Actually, the <policy_max> indicate that a higher cmake version should adopt a <policy_max> compatibility mode (unless explicitly asked otherwise) and warn aboud post <policy_max> behavior.
1 parent 2fe4c4e commit f6571ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Distributed under the Boost Software License, Version 1.0.
44
# https://www.boost.org/LICENSE_1_0.txt
55

6-
cmake_minimum_required(VERSION 3.5)
6+
cmake_minimum_required(VERSION 3.5...3.20)
77

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

0 commit comments

Comments
 (0)