Skip to content

Commit 23b53ae

Browse files
authored
Merge pull request #78 from Flamefire/patch-1
Fix required CMake version
2 parents 11537e6 + 66045fb commit 23b53ae

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
@@ -5,7 +5,7 @@
55
# Distributed under the Boost Software License, Version 1.0.
66
# See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
77

8-
cmake_minimum_required(VERSION 3.5...3.16)
8+
cmake_minimum_required(VERSION 3.8...3.16)
99
project(boost_atomic VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
1010

1111
include(CheckCXXSourceCompiles)

0 commit comments

Comments
 (0)