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

cmake: remove obsolete version parameters from armarx_gui_library() macro

parent 65245fcc
No related branches found
No related tags found
No related merge requests found
......@@ -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()
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