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>2015-03-20 12:07:56 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-03-20 12:07:56 +0300
commit03d945095af38905f3cbb0136e257cd491e3a48b (patch)
tree0ae159639e2dd0050fccf0c98c533d12f48b7b8a /build_files
parent6f51df5384f1a78ea0359459f410a9724d7f2e80 (diff)
Cmake: Some more tweaks to building from branch without upstream
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/packaging.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/cmake/packaging.cmake b/build_files/cmake/packaging.cmake
index 95bbb2b59a8..f0dd0482d4d 100644
--- a/build_files/cmake/packaging.cmake
+++ b/build_files/cmake/packaging.cmake
@@ -27,7 +27,8 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/.git/)
execute_process(COMMAND git rev-parse --short @{u}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE MY_WC_HASH
- OUTPUT_STRIP_TRAILING_WHITESPACE)
+ OUTPUT_STRIP_TRAILING_WHITESPACE
+ ERROR_QUIET)
endif()
endif()
set(BUILD_REV ${MY_WC_HASH})