From: Mu-Woong Lee Date: Tue, 21 Feb 2017 06:12:53 +0000 (+0900) Subject: Disable my-place detection X-Git-Tag: accepted/tizen/unified/20170414.163524~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98532e1e70504622b7afda1a5284464b3d18fe51;p=platform%2Fcore%2Fcontext%2Fcontext-provider.git Disable my-place detection Change-Id: I3c506c2fdd4e734f0fdd019be59dcf6f2afa0ff7 Signed-off-by: Mu-Woong Lee --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a137021..babd7c3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,7 +20,7 @@ ADD_SUBDIRECTORY(geofence) ADD_SUBDIRECTORY(headphone) ADD_SUBDIRECTORY(media-stats) ADD_SUBDIRECTORY(message) -ADD_SUBDIRECTORY(my-place) +#ADD_SUBDIRECTORY(my-place) ADD_SUBDIRECTORY(social-stats) ADD_SUBDIRECTORY(wifi) ENDIF("${FEATURES}" STREQUAL "extended")