From: Amine Khaldi Date: Sun, 18 Oct 2015 11:21:56 +0000 (+0000) Subject: [CMAKE] We don't need this case anymore. X-Git-Tag: ReactOS-0.4.0~459 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=46d3d0d9405000f1cadcb2d29c228095eb3aecf2 [CMAKE] We don't need this case anymore. svn path=/trunk/; revision=69596 --- diff --git a/reactos/CMakeLists.txt b/reactos/CMakeLists.txt index dea62321372..5dbb525c374 100644 --- a/reactos/CMakeLists.txt +++ b/reactos/CMakeLists.txt @@ -37,10 +37,6 @@ set(CMAKE_COLOR_MAKEFILE OFF) #set_property(GLOBAL PROPERTY RULE_MESSAGES OFF) set(CMAKE_SKIP_INSTALL_RULES ON) -if(NOT CMAKE_VERSION STREQUAL "2.8.12.1-ReactOS") - set(CMAKE_DISABLE_NINJA_DEPSLOG TRUE) -endif() - if(NOT DEFINED NEW_STYLE_BUILD) set(NEW_STYLE_BUILD FALSE) endif()