Skip to content

Commit 6246cbd

Browse files
committed
Update CMake minimum requirements
v3.5 was released nearly 7 years ago now, there's no good reason to still be using a more ancient version than that
1 parent ba5d48f commit 6246cbd

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
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.16...3.26)
1+
cmake_minimum_required(VERSION 3.5...4.12)
22

33
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/common/bootstrap.cmake" NO_POLICY_SCOPE)
44

0 commit comments

Comments
 (0)