From 1b72de01fae8175a0ea0bb83803c1c8455d77c71 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 10 Apr 2025 12:19:29 +0200 Subject: [PATCH] print tomato version during configure --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef14779..90d4529 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,6 +129,9 @@ if(Git_FOUND) endif() endif() +message(STATUS "tomato version: ") +message(STATUS "${tomato_VERSION_MAJOR}.${tomato_VERSION_MINOR}.${tomato_VERSION_PATCH}-${TOMATO_GIT_DEPTH}+git.${TOMATO_GIT_COMMIT}") + # cmake setup end add_subdirectory(./src)