Add project name to version message Inspired by paulcaprioli
diff --git a/CMakeLists.txt b/CMakeLists.txt index b01cf74..34a74e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -110,7 +110,7 @@ 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})