From d0db55e3e2a37119d10b6db6092480fa544fd88b Mon Sep 17 00:00:00 2001 From: Aleksandar Donchev Date: Mon, 11 Nov 2013 13:47:51 +0100 Subject: * CommonAPI cmake scripts cleaned from redundant dbus linking parameters . Signed-off-by: Christian Linke --- PluginCommandInterfaceCAPI/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'PluginCommandInterfaceCAPI') diff --git a/PluginCommandInterfaceCAPI/test/CMakeLists.txt b/PluginCommandInterfaceCAPI/test/CMakeLists.txt index acfc1cf..8dc6bfa 100644 --- a/PluginCommandInterfaceCAPI/test/CMakeLists.txt +++ b/PluginCommandInterfaceCAPI/test/CMakeLists.txt @@ -78,7 +78,6 @@ ADD_EXECUTABLE(AmCommandSenderCAPITest ${CAPI_PLUGIN_INTERFACE_SRCS_CXX} ${CAPI_ TARGET_LINK_LIBRARIES(AmCommandSenderCAPITest ${DLT_LIBRARIES} - ${DBUS_LIBRARY} ${CMAKE_DL_LIBS} ${CMAKE_THREAD_LIBS_INIT} ${PYTHON_LIBRARY} -- cgit v1.2.1