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

cmake: remove now obsolete use_ice() macro

parent 0949a2d1
No related branches found
No related tags found
No related merge requests found
......@@ -20,15 +20,10 @@ if (ARMARX_BUILD)
set(LIB_FILES RobotStatechartContext.cpp)
set(LIB_HEADERS RobotStatechartContext.h)
use_ice()
add_library(${LIB_NAME} SHARED ${LIB_FILES} ${LIB_HEADERS})
library_settings("${LIB_NAME}" "${LIB_VERSION}" "${LIB_SOVERSION}" "${LIB_HEADERS}")
target_link_ice(${LIB_NAME})
target_link_libraries(${LIB_NAME} ${LIBS})
endif()
......@@ -20,15 +20,10 @@ if (ARMARX_BUILD)
set(LIB_FILES MotionControl.cpp)
set(LIB_HEADERS MotionControl.h)
use_ice()
add_library(${LIB_NAME} SHARED ${LIB_FILES} ${LIB_HEADERS})
library_settings("${LIB_NAME}" "${LIB_VERSION}" "${LIB_SOVERSION}" "${LIB_HEADERS}")
target_link_ice(${LIB_NAME})
target_link_libraries(${LIB_NAME} ${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