Remove a debug package in osp-appfw-server 89/14189/1 accepted/tizen/generic/20140106.144557 accepted/tizen/mobile/20131227.211626 submit/tizen/20131227.054553
authorSunwook Bae <sunwook45.bae@samsung.com>
Fri, 27 Dec 2013 05:40:28 +0000 (14:40 +0900)
committerSunwook Bae <sunwook45.bae@samsung.com>
Fri, 27 Dec 2013 05:40:28 +0000 (14:40 +0900)
Change-Id: I12cc9c404287f1e2df2cb1327a316a18aee9899e
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
src/server/appfw/CMakeLists.txt

index 3c1f56c..b487bed 100644 (file)
@@ -60,13 +60,6 @@ SET_TARGET_PROPERTIES(${this_target}
                SOVERSION ${MAJORVER}
                CLEAN_DIRECT_OUTPUT 1
 )
-ADD_CUSTOM_COMMAND(TARGET ${this_target}
-               POST_BUILD
-               COMMAND ${CMAKE_COMMAND} -E copy ${LIBRARY_OUTPUT_PATH}/${CMAKE_SHARED_LIBRARY_PREFIX}${this_target}${CMAKE_SHARED_LIBRARY_SUFFIX} ${LIBRARY_OUTPUT_PATH}/debug/${CMAKE_SHARED_LIBRARY_PREFIX}${this_target}${CMAKE_SHARED_LIBRARY_SUFFIX}.${FULLVER}
-               COMMAND ${CMAKE_COMMAND} -E create_symlink ${CMAKE_SHARED_LIBRARY_PREFIX}${this_target}${CMAKE_SHARED_LIBRARY_SUFFIX}.${FULLVER} ${LIBRARY_OUTPUT_PATH}/debug/${CMAKE_SHARED_LIBRARY_PREFIX}${this_target}${CMAKE_SHARED_LIBRARY_SUFFIX}.${MAJORVER}
-               COMMAND ${CMAKE_STRIP} --strip-unneeded ${LIBRARY_OUTPUT_PATH}/${CMAKE_SHARED_LIBRARY_PREFIX}${this_target}${CMAKE_SHARED_LIBRARY_SUFFIX}
-               COMMENT "strip ${this_target}"
-)
 
 SET(PC_NAME ${this_target})
 SET(PC_REQUIRED ${pc_requires})