diff options
author | George Hazan <george.hazan@gmail.com> | 2024-09-29 14:24:23 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-09-29 19:04:02 +0300 |
commit | 8e36edeef44005c24fa574fbb90556442a6a516f (patch) | |
tree | e4766ace481283264e172b243b3026c26f47bd89 /protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake | |
parent | 55793991ad8b130f5146c1b72bfa0d126ce13456 (diff) |
TDLIB: copyright updates & code cleaning
Diffstat (limited to 'protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake')
-rw-r--r-- | protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake b/protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake index 420772966c..724d078216 100644 --- a/protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake +++ b/protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake @@ -71,7 +71,7 @@ function(get_git_head_revision _refspecvar _hashvar) return() endif() - find_package(Git) + find_package(Git QUIET) # Check if the current source dir is a git submodule or a worktree. # In both cases .git is a file instead of a directory. |