mirror of https://github.com/google/benchmark.git
Add project name to version message
Inspired by paulcaprioli
This commit is contained in:
parent
4b13b3d47a
commit
604f6fd3f4
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue