mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE] Enable the new style build by default. CORE-10121
svn path=/trunk/; revision=69597
This commit is contained in:
parent
46d3d0d940
commit
6d8909a8aa
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ set(CMAKE_COLOR_MAKEFILE OFF)
|
|||
set(CMAKE_SKIP_INSTALL_RULES ON)
|
||||
|
||||
if(NOT DEFINED NEW_STYLE_BUILD)
|
||||
set(NEW_STYLE_BUILD FALSE)
|
||||
set(NEW_STYLE_BUILD TRUE)
|
||||
endif()
|
||||
|
||||
if(NOT ARCH)
|
||||
|
|
Loading…
Reference in a new issue