diff options
Diffstat (limited to 'utils/google-benchmark/cmake/GetGitVersion.cmake')
| -rw-r--r-- | utils/google-benchmark/cmake/GetGitVersion.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/google-benchmark/cmake/GetGitVersion.cmake b/utils/google-benchmark/cmake/GetGitVersion.cmake index 88cebe3a1caac..4f10f226d7a78 100644 --- a/utils/google-benchmark/cmake/GetGitVersion.cmake +++ b/utils/google-benchmark/cmake/GetGitVersion.cmake @@ -49,6 +49,6 @@ function(get_git_version var) set(GIT_VERSION "v0.0.0") endif() - message("-- git Version: ${GIT_VERSION}") + message(STATUS "git Version: ${GIT_VERSION}") set(${var} ${GIT_VERSION} PARENT_SCOPE) endfunction() |
