projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2541969
)
[CMAKE]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 9 Oct 2010 10:10:39 +0000
(10:10 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 9 Oct 2010 10:10:39 +0000
(10:10 +0000)
- Introduce lesser verbose makefiles.
svn path=/branches/cmake-bringup/; revision=49066
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
6536f27
..
dbb8c0d
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-21,6
+21,8
@@
set(CMAKE_SHARED_LIBRARY_PREFIX "")
set(CMAKE_SKIP_PREPROCESSED_SOURCE_RULES TRUE)
set(CMAKE_SKIP_ASSEMBLY_SOURCE_RULES TRUE)
+set_property(GLOBAL PROPERTY RULE_MESSAGES OFF)
+
add_definitions(-D__REACTOS__)
if(NOT CMAKE_CROSSCOMPILING)