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 96155a7 commit 11156b7
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 @@ -53,9 +53,9 @@ SEARCH_FOR_BOOST()

# Search for dependecies.
ADD_REQUIRED_DEPENDENCY("assimp")
ADD_REQUIRED_DEPENDENCY("hpp-util >= 3")
ADD_REQUIRED_DEPENDENCY("hpp-fcl >= 0.4.2")
ADD_REQUIRED_DEPENDENCY("pinocchio >= 1.1")
ADD_REQUIRED_DEPENDENCY("hpp-util >= 3.2")
ADD_REQUIRED_DEPENDENCY("hpp-fcl >= 0.4.3")
ADD_REQUIRED_DEPENDENCY("pinocchio >= 1.2.2")
ADD_REQUIRED_DEPENDENCY("resource_retriever")

ADD_OPTIONAL_DEPENDENCY("hpp-model >= 3")
Expand Down

0 comments on commit 11156b7

Please sign in to comment.