From 74d56fcb728e13ac4e58956293d1bbd15275b5c4 Mon Sep 17 00:00:00 2001 From: "kibak.yoon" Date: Wed, 6 Jul 2016 10:52:01 +0900 Subject: [PATCH] sensor-capi: fix dependents variable in CMakeLists for .pc Change-Id: Id90318cc32f18c525a6d2c9d1bdd48a7d74cb6ef Signed-off-by: kibak.yoon --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- 2.7.4