Test: remove duplicated link option 03/257903/1
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 6 May 2021 07:08:46 +0000 (16:08 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 6 May 2021 07:08:46 +0000 (16:08 +0900)
Change-Id: I38948f1902482922e5876574bfb42091cce98713

tests/system/utils/CMakeLists.txt

index 8b39458..3b7241c 100644 (file)
@@ -23,8 +23,8 @@ FOREACH(flag ${helper_pkgs_CFLAGS})
 ENDFOREACH(flag)
 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}")
 
-TARGET_LINK_LIBRARIES(libbugreport-servicetest bugreport ${helper_pkgs_LDFLAGS})
-TARGET_LINK_LIBRARIES(diagnostics_bugreporttest bugreport ${helper_pkgs_LDFLAGS})
+TARGET_LINK_LIBRARIES(libbugreport-servicetest ${helper_pkgs_LDFLAGS})
+TARGET_LINK_LIBRARIES(diagnostics_bugreporttest ${helper_pkgs_LDFLAGS})
 
 install(TARGETS kenny DESTINATION ${CRASH_SYSTEM_TESTS_PATH}/utils)
 install(TARGETS btee DESTINATION ${CRASH_SYSTEM_TESTS_PATH}/utils)