CMake: Remove redundant print of Git Found message

find_package(Git) will already print this.
This commit is contained in:
Sergey Sharybin 2016-03-03 13:04:31 +05:00
parent d1499ba9fb
commit a96dbe5bca
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ if(EXISTS ${SOURCE_DIR}/.git)
# The FindGit.cmake module is part of the standard distribution
find_package(Git)
if(GIT_FOUND)
message(STATUS "Found Git: ${GIT_EXECUTABLE}")
execute_process(COMMAND git rev-parse --abbrev-ref HEAD
WORKING_DIRECTORY ${SOURCE_DIR}
OUTPUT_VARIABLE MY_WC_BRANCH