Author: akhaldi
Date: Sun Oct 18 11:29:34 2015
New Revision: 69597
URL:
http://svn.reactos.org/svn/reactos?rev=69597&view=rev
Log:
[CMAKE] Enable the new style build by default. CORE-10121
Modified:
trunk/reactos/CMakeLists.txt
Modified: trunk/reactos/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=69597&a…
==============================================================================
--- trunk/reactos/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/CMakeLists.txt [iso-8859-1] Sun Oct 18 11:29:34 2015
@@ -38,7 +38,7 @@
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)