[CMAKE] Enable the new style build by default. CORE-10121

svn path=/trunk/; revision=69597
This commit is contained in:
Amine Khaldi 2015-10-18 11:29:34 +00:00
parent 46d3d0d940
commit 6d8909a8aa

View file

@ -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)