From c615a87782b66517213b60c87866d4349ec4689d Mon Sep 17 00:00:00 2001 From: Manfred Kroehnert <Manfred.Kroehnert@kit.edu> Date: Tue, 11 Aug 2015 12:29:50 +0200 Subject: [PATCH] cmake: remove obsolete LIB_VERSION and LIB_SOVERSION variables --- source/RobotComponents/components/RobotIK/CMakeLists.txt | 4 ++-- .../RobotComponents/gui-plugins/RobotIKPlugin/CMakeLists.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/RobotComponents/components/RobotIK/CMakeLists.txt b/source/RobotComponents/components/RobotIK/CMakeLists.txt index a1af27c2..07da449f 100644 --- a/source/RobotComponents/components/RobotIK/CMakeLists.txt +++ b/source/RobotComponents/components/RobotIK/CMakeLists.txt @@ -10,8 +10,8 @@ include_directories(${Eigen3_INCLUDE_DIR}) include_directories(${Simox_INCLUDE_DIRS}) set(LIB_NAME RobotComponentsRobotIK) -set(LIB_VERSION 0.1.0) -set(LIB_SOVERSION 0) + + set(LIBS ArmarXCore RobotAPICore RobotComponentsInterfaces) diff --git a/source/RobotComponents/gui-plugins/RobotIKPlugin/CMakeLists.txt b/source/RobotComponents/gui-plugins/RobotIKPlugin/CMakeLists.txt index 77006fb8..bf819fd9 100644 --- a/source/RobotComponents/gui-plugins/RobotIKPlugin/CMakeLists.txt +++ b/source/RobotComponents/gui-plugins/RobotIKPlugin/CMakeLists.txt @@ -47,8 +47,8 @@ set(GUI_UIS set(COMPONENT_LIBS RobotComponentsInterfaces RobotAPIUnits DebugDrawer ${Simox_LIBRARIES}) -set(LIB_VERSION 0.1.0) -set(LIB_SOVERSION 0) + + if (ArmarXGui_FOUND) armarx_gui_library(RobotIKGuiPlugin "${SOURCES}" "${GUI_MOC_HDRS}" "${GUI_UIS}" "" "${COMPONENT_LIBS}" ) -- GitLab