Merge pull request #532 from yegorich/cmake-fixes

Cmake fixes
pull/533/head
Marc Kleine-Budde 2024-05-26 16:23:31 +02:00 committed by GitHub
commit 7b6daa3aca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.5)
project(can-utils LANGUAGES C)
message(STATUS "CMake version: ${CMAKE_VERSION}")
include (CheckFunctionExists)
include (CheckSymbolExists)
include (GNUInstallDirs)