projects
/
platform
/
core
/
api
/
user-awareness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
959711c
)
Fix typo for gcov build
27/231427/1
accepted/tizen/unified/20200423.054538
submit/tizen/20200422.035906
author
Cheoleun Moon
<chleun.moon@samsung.com>
Wed, 22 Apr 2020 03:36:45 +0000
(12:36 +0900)
committer
Cheoleun Moon
<chleun.moon@samsung.com>
Wed, 22 Apr 2020 03:36:51 +0000
(12:36 +0900)
Change-Id: I138ea5d8d0b84a1318fe330b2591ff1db8709028
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 80cbb51168e937f01d850c30c1cfc85c9c2f45d7..2df78f9a713102e61bed61d8c1f1bb3d735f7f5a 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-31,7
+31,7
@@
FOREACH(flag ${PKGS_CFLAGS})
ENDFOREACH(flag)
IF(BUILD_GCOV)
- SET(G
G
OV_FLAGS " -fprofile-arcs -ftest-coverage")
+ SET(G
C
OV_FLAGS " -fprofile-arcs -ftest-coverage")
ELSE(BUILD_GCOV)
set(GCOV_FLAGS "")
ENDIF(BUILD_GCOV)