Skip to content
Snippets Groups Projects
Commit 2ecc1242 authored by You Zhou's avatar You Zhou
Browse files

fixed cmakelist.txt

parent af05a936
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -117,18 +117,6 @@ set(LIB_HEADERS
Devices/RTThreadTimingsSensorDevice.h
)
find_package(DMP QUIET)
if (DMP_FOUND)
list(APPEND LIB_HEADERS NJointControllers/NJointDMPCartesianVelocityController.h)
list(APPEND LIB_FILES NJointControllers/NJointDMPCartesianVelocityController.cpp)
list(APPEND LIBS ${DMP_LIBRARIES})
include_directories(${DMP_INCLUDE_DIRS})
link_directories(${DMP_LIB_DIRS})
endif()
add_subdirectory(test)
armarx_add_library("${LIB_NAME}" "${LIB_FILES}" "${LIB_HEADERS}" "${LIBS}")
......
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