From eab7c7c38d9a6df8df14b035242d8766dad5b599 Mon Sep 17 00:00:00 2001 From: Manfred Kroehnert <Manfred.Kroehnert@kit.edu> Date: Wed, 12 Jun 2013 10:33:41 +0200 Subject: [PATCH] cmake: remove now obsolete use_ice() macro --- source/RobotAPI/core/CMakeLists.txt | 5 ----- source/RobotAPI/motioncontrol/CMakeLists.txt | 5 ----- 2 files changed, 10 deletions(-) diff --git a/source/RobotAPI/core/CMakeLists.txt b/source/RobotAPI/core/CMakeLists.txt index 46101fd75..50d97073d 100755 --- a/source/RobotAPI/core/CMakeLists.txt +++ b/source/RobotAPI/core/CMakeLists.txt @@ -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() diff --git a/source/RobotAPI/motioncontrol/CMakeLists.txt b/source/RobotAPI/motioncontrol/CMakeLists.txt index 42ac01699..34e5cc6b7 100755 --- a/source/RobotAPI/motioncontrol/CMakeLists.txt +++ b/source/RobotAPI/motioncontrol/CMakeLists.txt @@ -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() -- GitLab