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>
This commit is contained in:
Yegor Yefremov
2024-05-26 15:20:45 +02:00
parent b76bb3f66c
commit 3b5593f499
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3) cmake_minimum_required(VERSION 3.5)
project(can-utils LANGUAGES C) project(can-utils LANGUAGES C)