Skip to content

Commit d69c749

Browse files
committed
CMake 3.19 or newer is required, and supported
1 parent 5d36d67 commit d69c749

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
@@ -2,7 +2,7 @@
22
# Distributed under the Boost Software License, Version 1.0.
33
# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
44

5-
cmake_minimum_required(VERSION 3.5...3.16)
5+
cmake_minimum_required(VERSION 3.19)
66

77
# The default build type must be set before project()
88
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR AND NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)

0 commit comments

Comments
 (0)