print tomato version during configure

This commit is contained in:
Green Sky 2025-04-10 12:19:29 +02:00
parent 1bebb91138
commit 1b72de01fa
No known key found for this signature in database
GPG Key ID: DBE05085D874AB4A

View File

@ -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)