Author: akhaldi
Date: Sun Oct 18 11:21:56 2015
New Revision: 69596
URL:
http://svn.reactos.org/svn/reactos?rev=69596&view=rev
Log:
[CMAKE] We don't need this case anymore.
Modified:
trunk/reactos/CMakeLists.txt
Modified: trunk/reactos/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=69596&a…
==============================================================================
--- trunk/reactos/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/CMakeLists.txt [iso-8859-1] Sun Oct 18 11:21:56 2015
@@ -36,10 +36,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)