Skip to content
Snippets Groups Projects
Commit 8483b34b authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Fix cmake for DMPController lib

parent f65cc9d0
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ armarx_set_target("Library: ${LIB_NAME}")
find_package(Eigen3 QUIET)
find_package(Simox ${ArmarX_Simox_VERSION} QUIET)
find_package(DMP QUIET)
find_package(MMMCore QUIET)
find_package(MMMTools QUIET)
armarx_build_if(Eigen3_FOUND "Eigen3 not available")
......
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