CMakeLists.txt: bump the minimum required version to 3.5
CMake versions prior to 3.5 are regarded as deprecated and will cause an error on recent CMake versions. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>pull/532/head
parent
b76bb3f66c
commit
3b5593f499
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.3)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(can-utils LANGUAGES C)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue