Skip to content

Commit e831db1

Browse files
authored
bump the required CMake version to 3.16 (#137)
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 5af1fc3 commit e831db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
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

77
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
88
set(CMAKE_CXX_STANDARD 14)

0 commit comments

Comments
 (0)