summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheoleun Moon <chleun.moon@samsung.com>2020-04-22 12:36:45 +0900
committerCheoleun Moon <chleun.moon@samsung.com>2020-04-22 12:36:51 +0900
commit566737e20b2acd86de7c81a6f04b389335c0dfcd (patch)
treeb7b6a0c44083ee4adb71ca9180daa781b8f9d112
parent959711c2c75ac5b2ce8afdc781218c1b6203e2e5 (diff)
downloaduser-awareness-566737e20b2acd86de7c81a6f04b389335c0dfcd.tar.gz
user-awareness-566737e20b2acd86de7c81a6f04b389335c0dfcd.tar.bz2
user-awareness-566737e20b2acd86de7c81a6f04b389335c0dfcd.zip
Change-Id: I138ea5d8d0b84a1318fe330b2591ff1db8709028 Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 80cbb51..2df78f9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ FOREACH(flag ${PKGS_CFLAGS})
ENDFOREACH(flag)
IF(BUILD_GCOV)
- SET(GGOV_FLAGS " -fprofile-arcs -ftest-coverage")
+ SET(GCOV_FLAGS " -fprofile-arcs -ftest-coverage")
ELSE(BUILD_GCOV)
set(GCOV_FLAGS "")
ENDIF(BUILD_GCOV)