Skip to content

Commit

Permalink
Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux committed Feb 3, 2017
1 parent 84c00a5 commit f06d9bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ SET(${PROJECT_NAME}_HEADERS
include/hpp/core/subchain-path.hh
)

ADD_REQUIRED_DEPENDENCY("hpp-pinocchio")
ADD_REQUIRED_DEPENDENCY("hpp-pinocchio >= 4")
ADD_REQUIRED_DEPENDENCY("hpp-util >= 3")
ADD_REQUIRED_DEPENDENCY("hpp-statistics")
ADD_REQUIRED_DEPENDENCY("hpp-constraints >= 3")
ADD_REQUIRED_DEPENDENCY("hpp-statistics >= 1.1")
ADD_REQUIRED_DEPENDENCY("hpp-constraints >= 4")

ADD_SUBDIRECTORY(src)
IF (RUN_TESTS)
Expand Down

0 comments on commit f06d9bf

Please sign in to comment.