Skip to content

Commit ccf581a

Browse files
committed
bump the required CMake version to 3.16
The latest CI pipelines have updated to CMake 4.0, which drops support for CMake 3.5 and before. Updating the required CMake version to 3.16 should still support older operating systems, but allow the latest CI pipelines to run.
1 parent ed0bcc1 commit ccf581a

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
#
33
# SPDX-License-Identifier: MIT
44

5-
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
5+
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
66
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
77

88
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)

0 commit comments

Comments
 (0)