mirror of
https://github.com/google/benchmark.git
synced 2025-01-14 05:40:14 +08:00
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}")
|
set(VERSION "${GIT_VERSION}")
|
||||||
endif()
|
endif()
|
||||||
# Tell the user what versions we are using
|
# Tell the user what versions we are using
|
||||||
message(STATUS "Version: ${VERSION}")
|
message(STATUS "Google Benchmark version: ${VERSION}")
|
||||||
|
|
||||||
# The version of the libraries
|
# The version of the libraries
|
||||||
set(GENERIC_LIB_VERSION ${VERSION})
|
set(GENERIC_LIB_VERSION ${VERSION})
|
||||||
|
Loading…
Reference in New Issue
Block a user