Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-03-03 11:04:31 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-03-03 11:12:50 +0300
commita96dbe5bca1e5ff8448672f5e81f892335ee83e8 (patch)
tree2be74bc28756cf123332b6bea458c9dbdd347fa3 /build_files
parentd1499ba9fb19a8f4c0f1eb861f7a65d33a54eed0 (diff)
CMake: Remove redundant print of Git Found message
find_package(Git) will already print this.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/buildinfo.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_files/cmake/buildinfo.cmake b/build_files/cmake/buildinfo.cmake
index d292b35fa65..1f996b30ba6 100644
--- a/build_files/cmake/buildinfo.cmake
+++ b/build_files/cmake/buildinfo.cmake
@@ -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