Skip to content

Commit fc58dca

Browse files
committed
MPI has passed the tests with cmake 4.0.3, use that as cmake version prefered policy
1 parent f6571ab commit fc58dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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...3.20)
6+
cmake_minimum_required(VERSION 3.5...4.0)
77

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

0 commit comments

Comments
 (0)