Author: akhaldi
Date: Wed Feb 12 19:25:45 2014
New Revision: 62136
URL:
http://svn.reactos.org/svn/reactos?rev=62136&view=rev
Log:
[CMAKE]
* Disable the generation of unneeded installation rules. This speeds up build and reduces
the build folder files count/overall size.
* It will be in effect once you update to RosBE 2.1.1.
CORE-7888 #resolve
Modified:
trunk/reactos/CMakeLists.txt
Modified: trunk/reactos/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=62136&a…
==============================================================================
--- trunk/reactos/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/CMakeLists.txt [iso-8859-1] Wed Feb 12 19:25:45 2014
@@ -25,6 +25,7 @@
set(CMAKE_SKIP_ASSEMBLY_SOURCE_RULES TRUE)
set(CMAKE_COLOR_MAKEFILE OFF)
#set_property(GLOBAL PROPERTY RULE_MESSAGES OFF)
+set(CMAKE_SKIP_INSTALL_RULES ON)
if(NOT ARCH)
set(ARCH i386)