From a6a81e1d269acf23ada24ee79a273ba46ae75838 Mon Sep 17 00:00:00 2001
From: Manfred Kroehnert <Manfred.Kroehnert@kit.edu>
Date: Tue, 11 Aug 2015 12:19:42 +0200
Subject: [PATCH] cmake: remove obsolete version parameters from
 armarx_gui_library() macro

---
 source/RobotComponents/gui-plugins/RobotIKPlugin/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/RobotComponents/gui-plugins/RobotIKPlugin/CMakeLists.txt b/source/RobotComponents/gui-plugins/RobotIKPlugin/CMakeLists.txt
index 888bc8a4..77006fb8 100644
--- a/source/RobotComponents/gui-plugins/RobotIKPlugin/CMakeLists.txt
+++ b/source/RobotComponents/gui-plugins/RobotIKPlugin/CMakeLists.txt
@@ -51,5 +51,5 @@ 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}" "${LIB_VERSION}" "${LIB_SOVERSION}")
+	armarx_gui_library(RobotIKGuiPlugin "${SOURCES}" "${GUI_MOC_HDRS}" "${GUI_UIS}" "" "${COMPONENT_LIBS}" )
 endif()
-- 
GitLab