Skip to content

Commit c619bbb

Browse files
committed
Fix required CMake version
1 parent ce7a835 commit c619bbb

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)