Skip to content

Commit e5fabb8

Browse files
r00t-Thorben Thuermer
authored andcommitted
CMakeLists.txt: require cmake 3.5, to be compatible with cmake 4.x
"Compatibility with CMake < 3.5 has been removed from CMake" -- `cmake` output "Compatibility with versions of CMake older than 3.5 has been removed" -- https://cmake.org/cmake/help/latest/release/4.0.html#id15
1 parent 5d29f49 commit e5fabb8

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,6 +1,6 @@
11
# -*- mode: cmake; -*-
22
project(vzlogger)
3-
cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR)
3+
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
44
if(POLICY CMP0011)
55
cmake_policy(SET CMP0011 NEW)
66
endif(POLICY CMP0011)

0 commit comments

Comments
 (0)