From: Sunwook Bae Date: Fri, 27 Dec 2013 09:04:02 +0000 (+0900) Subject: Fix a build error X-Git-Tag: accepted/tizen/generic/20140106.144913^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fframework%2Fnative%2Fchannel-service.git;a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen%2Fgeneric Fix a build error Change-Id: If099e3991c56497a29174f4d7424074aabd4f3a1 Signed-off-by: Sunwook Bae --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ca12699..b206fba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,9 +3,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) SET (this_target osp-channel-service) SET (APPID cp7ipabg4k) -INCLUDE(FindPkgConfig) -pkg_check_modules(${this_target} REQUIRED glib-2.0 osp-appfw bundle dlog chromium libsoup-2.4 libssl libsmack message-port openssl aul capi-appfw-package-manager osp-appfw-server ) - SET(CMAKE_EXECUTABLE_SUFFIX ".exe") SET(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/output")