Skip to content

Commit

Permalink
[CMake] HPP-FCL required version is now 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Oct 9, 2017
1 parent 495132d commit b8991a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ENDMACRO(TAG_LIBRARY_VERSION)
ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.0.5")
ADD_OPTIONAL_DEPENDENCY("metapod >= 1.0.7")
ADD_OPTIONAL_DEPENDENCY("urdfdom >= 0.2.0")
ADD_OPTIONAL_DEPENDENCY("hpp-fcl >= 0.4.2")
ADD_OPTIONAL_DEPENDENCY("hpp-fcl >= 0.5.1")

# Spetcial care of Eigen3 greater than 3.2.10
IF(EIGEN3_FOUND)
Expand Down

0 comments on commit b8991a0

Please sign in to comment.