Skip to content

Commit

Permalink
[cmake] Defined minimum Pinocchio version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Dec 12, 2023
1 parent 73ee73f commit dadfadd
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 @@ -19,7 +19,7 @@ message(STATUS "Released under the BSD 3-Clause License.")

# Find required packages
find_package(Eigen3 REQUIRED)
find_package(pinocchio REQUIRED)
find_package(pinocchio 2.6.18 REQUIRED)

# Define the Python modules
set(${PROJECT_NAME}_PYBIND11_MODULE crocoddyl_ros)
Expand Down

0 comments on commit dadfadd

Please sign in to comment.