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 Mar 17, 2017
1 parent 6fc7363 commit 98e1dcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ ENDIF()
ADD_REQUIRED_DEPENDENCY("omniORB4 >= 4.1.4")
ADD_REQUIRED_DEPENDENCY("omniDynamic4 >= 4.1.4")
IF (NOT CLIENT_ONLY)
ADD_REQUIRED_DEPENDENCY("hpp-core >= 3")
ADD_REQUIRED_DEPENDENCY("hpp-model-urdf >= 3")
ADD_REQUIRED_DEPENDENCY("hpp-constraints >= 3")
ADD_REQUIRED_DEPENDENCY("hpp-model >= 3")
ADD_REQUIRED_DEPENDENCY("hpp-core >= 3.2")
ADD_REQUIRED_DEPENDENCY("hpp-model-urdf >= 3.1")
ADD_REQUIRED_DEPENDENCY("hpp-constraints >= 3.2")
ADD_REQUIRED_DEPENDENCY("hpp-model >= 3.2")
ENDIF (NOT CLIENT_ONLY)

ADD_SUBDIRECTORY(src)
Expand Down

0 comments on commit 98e1dcf

Please sign in to comment.