Skip to content

Commit

Permalink
Add project name to version message
Browse files Browse the repository at this point in the history
Inspired by paulcaprioli
  • Loading branch information
dmah42 committed May 30, 2023
1 parent 4b13b3d commit 604f6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 604f6fd

Please sign in to comment.