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:
authorCampbell Barton <ideasman42@gmail.com>2017-12-06 08:51:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-12-06 08:51:37 +0300
commit7ca8af4cc82010c85fa6d7f663977117eb23b6f9 (patch)
tree8df9cef796af772ee5fc7102276a540a183a8f2c /build_files
parent858b38f12c77acda617f07e0bfb954610b8fb56c (diff)
parente6404274a1eb0ed5f50445f5c7840720a03713fa (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/packaging.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/packaging.cmake b/build_files/cmake/packaging.cmake
index 5b894d96f95..2408e4eaff9 100644
--- a/build_files/cmake/packaging.cmake
+++ b/build_files/cmake/packaging.cmake
@@ -25,7 +25,7 @@ set(MY_WC_HASH "unknown")
if(EXISTS ${CMAKE_SOURCE_DIR}/.git/)
find_package(Git)
if(GIT_FOUND)
- message(STATUS "Found Git: ${GIT_EXECUTABLE}")
+ # message(STATUS "Found Git: ${GIT_EXECUTABLE}")
execute_process(COMMAND git rev-parse --short HEAD
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE MY_WC_HASH