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>2018-07-30 08:39:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-30 08:39:12 +0300
commit5f693d74420d4080f2395e75b36f57d87603bf9f (patch)
tree038fbe6daae8a40d2a149fdaf56169f41e4f78a4 /CMakeLists.txt
parent40ad0de0027dd15934bec4fa79349c4580f83945 (diff)
parent9c960557a7d2734b3be8cf5f512ef0d8bba54e98 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d79ab2ed90..f285b31b9d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,6 +62,11 @@ if(NOT DEFINED CMAKE_BUILD_TYPE_INIT)
set(CMAKE_BUILD_TYPE_INIT "Release")
endif()
+# Omit superfluous "Up-to-date" messages.
+if(NOT DEFINED CMAKE_INSTALL_MESSAGE)
+ set(CMAKE_INSTALL_MESSAGE "LAZY")
+endif()
+
# quiet output for Makefiles, 'make -s' helps too
# set_property(GLOBAL PROPERTY RULE_MESSAGES OFF)