cxx_std_11 requires 3.8

This commit is contained in:
Peter Dimov
2021-06-05 03:39:36 +03:00
parent 61fe72cd89
commit c69de2048d
+1 -1
View File
@@ -2,7 +2,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.16)
cmake_minimum_required(VERSION 3.8...3.20)
project(boost_fiber VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)