Add project name to version message

Inspired by paulcaprioli
This commit is contained in:
Dominic Hamon 2023-05-30 08:44:26 +01:00
parent 4b13b3d47a
commit 604f6fd3f4
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ else()
set(VERSION "${GIT_VERSION}")
endif()
# Tell the user what versions we are using
message(STATUS "Version: ${VERSION}")
message(STATUS "Google Benchmark version: ${VERSION}")
# The version of the libraries
set(GENERIC_LIB_VERSION ${VERSION})