Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton 2018-07-30 15:39:12 +10:00
commit 5f693d7442
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -35,4 +35,3 @@ public:
};
#endif