We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0848f53 commit 59433a9Copy full SHA for 59433a9
CMakeLists.txt
@@ -7,7 +7,7 @@
7
# NOTE: CMake support for Boost.Filesystem is currently experimental at best
8
# and the interface is likely to change in the future
9
10
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.5...3.16)
11
project(BoostFilesystem VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
12
13
include(CheckCXXSourceCompiles)
test/test_cmake/CMakeLists.txt
@@ -6,7 +6,7 @@
6
# NOTE: This does NOT run the unit tests for Boost.Filesystem.
# It only tests, if the CMakeLists.txt file in it's root works as expected
project(BoostFilesystemCMakeSelfTest)
0 commit comments