Skip to content
Snippets Groups Projects
Commit 6c6ecd09 authored by Nikolaus Vahrenkamp's avatar Nikolaus Vahrenkamp
Browse files

fixed cmake setup that occurred when rbdl is available but not activated

parent fd1ee87b
No related branches found
No related tags found
No related merge requests found
FIND_PACKAGE (RBDL)
if (RBDL_FOUND)
if (Simox_USE_RBDL AND RBDL_FOUND)
ADD_SUBDIRECTORY(InverseDynamics)
endif (RBDL_FOUND)
endif ()
ADD_SUBDIRECTORY(loadRobot)
......
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