From 265832cc5e1715a29a0997e7b2a00372631ae5c5 Mon Sep 17 00:00:00 2001 From: taeyoung Date: Thu, 22 Dec 2016 16:00:09 +0900 Subject: [PATCH] common: turn off the cmake verbose option Change-Id: I0f7d56da69b9a9b9f41fff899699dbb987e510b7 Signed-off-by: taeyoung --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d02dc61..bf1e68e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(device-manager-sc7730 C) +SET(CMAKE_VERBOSE_MAKEFILE OFF) + SET(PREFIX ${CMAKE_INSTALL_PREFIX}) ADD_SUBDIRECTORY(hw/battery) -- 2.7.4