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/buildinfo.cmake
parentcc9372b7e0f848405e37d51587916c4ec7f636a3 (diff)
CMake: report messages as status (else ccmake treats like an error)
Diffstat (limited to 'build_files/cmake/buildinfo.cmake')
-rw-r--r--build_files/cmake/buildinfo.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/buildinfo.cmake b/build_files/cmake/buildinfo.cmake
index fc5cb017283..9b8f93584b8 100644
--- a/build_files/cmake/buildinfo.cmake
+++ b/build_files/cmake/buildinfo.cmake
@@ -12,7 +12,7 @@ if(EXISTS ${SOURCE_DIR}/.git)
# The FindGit.cmake module is part of the standard distribution
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 ${SOURCE_DIR}