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

---
 source/RobotComponents/components/RobotIK/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/RobotComponents/components/RobotIK/CMakeLists.txt b/source/RobotComponents/components/RobotIK/CMakeLists.txt
index 11c91c51..a1af27c2 100644
--- a/source/RobotComponents/components/RobotIK/CMakeLists.txt
+++ b/source/RobotComponents/components/RobotIK/CMakeLists.txt
@@ -23,6 +23,6 @@ set(LIB_HEADERS
         RobotIK.h
 )
 
-armarx_add_library("${LIB_NAME}" "${LIB_VERSION}" "${LIB_SOVERSION}" "${LIB_FILES}" "${LIB_HEADERS}" "${LIBS}")
+armarx_add_library("${LIB_NAME}"  "${LIB_FILES}" "${LIB_HEADERS}" "${LIBS}")
 
 add_subdirectory(test)
-- 
GitLab