CMake: report CMake version
authorYegor Yefremov <yegorslists@googlemail.com>
Mon, 11 Sep 2023 08:04:00 +0000 (10:04 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 10 Oct 2023 14:44:15 +0000 (16:44 +0200)
CMakeLists.txt

index 24da84d..39857a2 100644 (file)
@@ -1,5 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
+message(STATUS "CMake version: ${CMAKE_VERSION}")
+
 # Project
 project(libftdi1 C)
 set(MAJOR_VERSION 1)