From 604f6fd3f4b34a84ec4eb4db81d842fa4db829cd Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Tue, 30 May 2023 08:44:26 +0100 Subject: [PATCH] Add project name to version message Inspired by paulcaprioli --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b01cf748..34a74e43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})