Skip to content

Commit 604f6fd

Browse files
committed
Add project name to version message
Inspired by paulcaprioli
1 parent 4b13b3d commit 604f6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ else()
110110
set(VERSION "${GIT_VERSION}")
111111
endif()
112112
# Tell the user what versions we are using
113-
message(STATUS "Version: ${VERSION}")
113+
message(STATUS "Google Benchmark version: ${VERSION}")
114114

115115
# The version of the libraries
116116
set(GENERIC_LIB_VERSION ${VERSION})

0 commit comments

Comments
 (0)