From b7cb683bfa05c64b45f852a3afd3fac91bdbed35 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Tue, 23 Apr 2024 13:16:12 +0200 Subject: [PATCH] update cmake minimum version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67fa7b26..b7ad7964 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ # Distributed under the Boost Software License, Version 1.0. # See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt -# We support CMake 3.5, but prefer 3.16 policies and behavior -cmake_minimum_required(VERSION 3.5...3.16) +# We support CMake 3.12, but prefer 3.27 policies and behavior +cmake_minimum_required(VERSION 3.12...3.27) project(boost_histogram VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)