From: kibak.yoon Date: Wed, 6 Jul 2016 01:52:01 +0000 (+0900) Subject: sensor-capi: fix dependents variable in CMakeLists for .pc X-Git-Tag: accepted/tizen/common/20160706.142212^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74d56fcb728e13ac4e58956293d1bbd15275b5c4;p=platform%2Fcore%2Fapi%2Fsensor.git sensor-capi: fix dependents variable in CMakeLists for .pc Change-Id: Id90318cc32f18c525a6d2c9d1bdd48a7d74cb6ef Signed-off-by: kibak.yoon --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 39c50e9..831d35d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ INCLUDE(GNUInstallDirs) SET(DEPENDENTS "dlog sensor capi-base-common") IF("${PROFILE}" STREQUAL "mobile" OR "${PROFILE}" STREQUAL "wearable") - SET(DEPENDENTS ${DEPENDENTS} "context-common") + SET(DEPENDENTS "${DEPENDENTS} context-common") ENDIF() SET(VERSION ${FULLVER})