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

cmake: remove obsolete version parameters from armarx_add_library() macro

parent 649441bb
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,6 @@ set(LIB_HEADERS ...@@ -23,6 +23,6 @@ set(LIB_HEADERS
RobotIK.h 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) add_subdirectory(test)
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