Fix a build error 98/14198/1 accepted/tizen/generic accepted/tizen/mobile accepted/tizen/generic/20140106.144913 accepted/tizen/mobile/20131227.211944 submit/tizen/20131227.090745
authorSunwook Bae <sunwook45.bae@samsung.com>
Fri, 27 Dec 2013 09:04:02 +0000 (18:04 +0900)
committerSunwook Bae <sunwook45.bae@samsung.com>
Fri, 27 Dec 2013 09:04:02 +0000 (18:04 +0900)
Change-Id: If099e3991c56497a29174f4d7424074aabd4f3a1
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
CMakeLists.txt

index ca12699..b206fba 100644 (file)
@@ -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")