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>2013-12-10 06:18:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-10 06:18:46 +0400
commita7ac6481ef72d8968445146f348d6d10aa70163e (patch)
tree3f5c76e1912bf4770664bdacf469bc1d1d99a441 /build_files/cmake/packaging.cmake
parentcc9372b7e0f848405e37d51587916c4ec7f636a3 (diff)
CMake: report messages as status (else ccmake treats like an error)
Diffstat (limited to 'build_files/cmake/packaging.cmake')
-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 14848365f2c..ad309b0a0c8 100644
--- a/build_files/cmake/packaging.cmake
+++ b/build_files/cmake/packaging.cmake
@@ -24,7 +24,7 @@ set(MY_WC_HASH "unknown")
if(EXISTS ${CMAKE_SOURCE_DIR}/.git/)
include(FindGit)
if(GIT_FOUND)
- message("-- Found Git: ${GIT_EXECUTABLE}")
+ message(STATUS "-- Found Git: ${GIT_EXECUTABLE}")
execute_process(COMMAND git rev-parse --short @{u}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE MY_WC_HASH