CMakeLists.txt: print the detected CMake version

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
pull/532/head
Yegor Yefremov 2024-05-26 15:22:37 +02:00
parent 3b5593f499
commit 0e4c2d35f2
1 changed files with 2 additions and 0 deletions

View File

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