diff options
Diffstat (limited to 'libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake')
| -rw-r--r-- | libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake b/libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake index 88cebe3a1ca..4f10f226d7a 100644 --- a/libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake +++ b/libcxx/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() |

