Skip to content

Commit b8991a0

Browse files
committed
[CMake] HPP-FCL required version is now 0.5.1
1 parent 495132d commit b8991a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ENDMACRO(TAG_LIBRARY_VERSION)
7979
ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.0.5")
8080
ADD_OPTIONAL_DEPENDENCY("metapod >= 1.0.7")
8181
ADD_OPTIONAL_DEPENDENCY("urdfdom >= 0.2.0")
82-
ADD_OPTIONAL_DEPENDENCY("hpp-fcl >= 0.4.2")
82+
ADD_OPTIONAL_DEPENDENCY("hpp-fcl >= 0.5.1")
8383

8484
# Spetcial care of Eigen3 greater than 3.2.10
8585
IF(EIGEN3_FOUND)

0 commit comments

Comments
 (0)