mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[CMAKE]
Enable rule messages! Forever! svn path=/branches/GSoC_2011/GdiFontDriver/; revision=51904
This commit is contained in:
parent
e34ccb4a15
commit
ed74da93a5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ set(CMAKE_COLOR_MAKEFILE OFF)
|
|||
set(CMAKE_POSITION_INDEPENDENT_CODE OFF)
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
#set_property(GLOBAL PROPERTY RULE_MESSAGES OFF)
|
||||
set_property(GLOBAL PROPERTY RULE_MESSAGES ON)
|
||||
|
||||
# check that the ARCH (target architecture) variable is defined
|
||||
if(NOT ARCH)
|
||||
|
|
Loading…
Reference in a new issue