diff options
author | taeyoung <ty317.kim@samsung.com> | 2016-12-22 16:00:09 +0900 |
---|---|---|
committer | taeyoung <ty317.kim@samsung.com> | 2016-12-22 16:00:09 +0900 |
commit | 265832cc5e1715a29a0997e7b2a00372631ae5c5 (patch) | |
tree | 9981fd662064aa564f4859b6c81ff109a3b3752f | |
parent | 7b7e4034be50f7c382979123e7d1623a2ffa71bc (diff) | |
download | device-tm1-265832cc5e1715a29a0997e7b2a00372631ae5c5.tar.gz device-tm1-265832cc5e1715a29a0997e7b2a00372631ae5c5.tar.bz2 device-tm1-265832cc5e1715a29a0997e7b2a00372631ae5c5.zip |
common: turn off the cmake verbose option
Change-Id: I0f7d56da69b9a9b9f41fff899699dbb987e510b7
Signed-off-by: taeyoung <ty317.kim@samsung.com>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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) |