Skip to content
Snippets Groups Projects
Commit 8b5e7d98 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Synchronize cmake submodule and fix CMakeLists.txt

parent b1f8a7e3
No related branches found
No related tags found
No related merge requests found
......@@ -43,11 +43,11 @@ ENDIF()
SET (TEST_UR5 FALSE CACHE BOOL "Activate tests using ur5")
SEARCH_FOR_BOOST()
ADD_DOC_DEPENDENCY(hpp-model >= 3.0.0)
ADD_DOC_DEPENDENCY(hpp-fcl)
ADD_REQUIRED_DEPENDENCY(hpp-core >= 3.0.0)
ADD_REQUIRED_DEPENDENCY(hpp-constraints >= 3.0.0)
ADD_REQUIRED_DEPENDENCY(hpp-statistics >= 0.1)
ADD_DOC_DEPENDENCY("hpp-model >= 3.0.0")
ADD_DOC_DEPENDENCY("hpp-fcl")
ADD_REQUIRED_DEPENDENCY("hpp-core >= 3.0.0")
ADD_REQUIRED_DEPENDENCY("hpp-constraints >= 3.0.0")
ADD_REQUIRED_DEPENDENCY("hpp-statistics >= 0.1")
IF (TEST_UR5)
ADD_REQUIRED_DEPENDENCY(hpp-model-urdf >= 3.0.0)
ENDIF ()
......
Subproject commit d1af23402d59387b672d5fc1af728d0bdad2d090
Subproject commit b166d5e143fc4d5a212a34e7de43d7831a980774
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