[Bf-blender-cvs] [a96dbe5] master: CMake: Remove redundant print of Git Found message

Sergey Sharybin noreply at git.blender.org
Thu Mar 3 09:13:07 CET 2016


Commit: a96dbe5bca1e5ff8448672f5e81f892335ee83e8
Author: Sergey Sharybin
Date:   Thu Mar 3 13:04:31 2016 +0500
Branches: master
https://developer.blender.org/rBa96dbe5bca1e5ff8448672f5e81f892335ee83e8

CMake: Remove redundant print of Git Found message

find_package(Git) will already print this.

===================================================================

M	build_files/cmake/buildinfo.cmake

===================================================================

diff --git a/build_files/cmake/buildinfo.cmake b/build_files/cmake/buildinfo.cmake
index d292b35..1f996b3 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




More information about the Bf-blender-cvs mailing list