Skip to content
Snippets Groups Projects
Commit c615a877 authored by Manfred Kröhnert's avatar Manfred Kröhnert
Browse files

cmake: remove obsolete LIB_VERSION and LIB_SOVERSION variables

parent a6a81e1d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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}" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment