From 6d8909a8aa1f1d410877b1ab30b70c07c9175012 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 18 Oct 2015 11:29:34 +0000 Subject: [PATCH] [CMAKE] Enable the new style build by default. CORE-10121 svn path=/trunk/; revision=69597 --- reactos/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/CMakeLists.txt b/reactos/CMakeLists.txt index 5dbb525c374..2d6166d56b7 100644 --- a/reactos/CMakeLists.txt +++ b/reactos/CMakeLists.txt @@ -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)