projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6d49d70
)
reverting own recent change to switch off RULE_MESSAGES since you cant see which...
author
Campbell Barton <ideasman42@gmail.com>
Wed, 9 Jun 2010 06:21:07 +0000
(06:21 +0000)
committer
Campbell Barton <ideasman42@gmail.com>
Wed, 9 Jun 2010 06:21:07 +0000
(06:21 +0000)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 416d4648d695979f1da529b73e83f7af00f3bfd6..60543e1939a41155c7cd007060deaf69863e7cfc 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-45,7
+45,7
@@
ENDIF(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
# quiet output for Makefiles, 'make -s' helps too
-SET_PROPERTY(GLOBAL PROPERTY RULE_MESSAGES OFF)
+
#
SET_PROPERTY(GLOBAL PROPERTY RULE_MESSAGES OFF)
PROJECT(Blender)