Skip to content

Commit 3420809

Browse files
authored
Merge pull request #340 from Flamefire/fix-cmake-version
Fix required CMake version
2 parents ce7a835 + c619bbb commit 3420809

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
@@ -7,7 +7,7 @@
77
# NOTE: CMake support for Boost.Filesystem is currently experimental at best
88
# and the interface is likely to change in the future
99

10-
cmake_minimum_required(VERSION 3.5...3.16)
10+
cmake_minimum_required(VERSION 3.8...3.16)
1111
project(BoostFilesystem VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
1212

1313
include(CheckCXXSourceCompiles)

0 commit comments

Comments
 (0)