build(cmake): print calculated version

This commit is contained in:
Oleg Shparber 2023-03-20 02:21:26 -04:00
parent 6e5b0bba6c
commit 6606bb0cac

View File

@ -49,6 +49,7 @@ if(NOT RELEASE_VERSION)
endif()
set(ZEAL_VERSION_FULL "${Zeal_VERSION}${ZEAL_VERSION_SUFFIX}")
message(NOTICE "Calculated Zeal version: ${ZEAL_VERSION_FULL}")
# For development builds insert an extra release in the AppStream metadata.
if(NOT RELEASE_VERSION)