2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-01-19 04:22:10 +00:00

MPI has passed the tests with cmake 4.0.3, use that as cmake version prefered policy

This commit is contained in:
Alain Miniussi
2025-10-13 14:47:16 +02:00
parent f6571abde1
commit fc58dcaeec

View File

@@ -3,7 +3,7 @@
# Distributed under the Boost Software License, Version 1.0.
# https://www.boost.org/LICENSE_1_0.txt
cmake_minimum_required(VERSION 3.5...3.20)
cmake_minimum_required(VERSION 3.5...4.0)
project(boost_mpi VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES C CXX)