Skip to content

Commit

Permalink
Require LieGroupControllers 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Jul 23, 2021
1 parent c337cd4 commit 64f311a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/BipedalLocomotionFrameworkDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ find_package(matioCpp QUIET)
checkandset_dependency(matioCpp)
dependency_classifier(matioCpp IS_USED ${FRAMEWORK_USE_matioCpp} PUBLIC)

find_package(LieGroupControllers QUIET)
find_package(LieGroupControllers 0.1.1 QUIET)
checkandset_dependency(LieGroupControllers)
dependency_classifier(LieGroupControllers IS_USED ${FRAMEWORK_USE_LieGroupControllers} PUBLIC)
dependency_classifier(LieGroupControllers MINIMUM_VERSION 0.1.1 IS_USED ${FRAMEWORK_USE_LieGroupControllers} PUBLIC)

find_package(OpenCV QUIET)
checkandset_dependency(OpenCV)
Expand Down

0 comments on commit 64f311a

Please sign in to comment.