Skip to content

Commit e64fa92

Browse files
authored
CMake: require at least CMake 3.5
CMake 4 dropped support for version requirements < 3.5. Fixes building with CMake >= 4.
1 parent b5dfe0d commit e64fa92

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.4)
1+
cmake_minimum_required(VERSION 3.5)
22

33
set(PROJECT_LANGUAGES C)
44

0 commit comments

Comments
 (0)