Skip to content

Commit

Permalink
Merge pull request #180 from cmastalli/topic/pinocchio-with-cppad-ins…
Browse files Browse the repository at this point in the history
…tallation

Supported pinocchio with cppadcg installation
  • Loading branch information
cmastalli committed Jul 30, 2023
2 parents 3d3a61c + 6a58c6e commit 2a878dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ project(${PROJECT_NAME} ${PROJECT_ARGS})
if(BUILD_PYTHON_INTERFACE)
add_project_dependency(eigenpy 2.7.11 REQUIRED)
include("${JRL_CMAKE_MODULES}/python.cmake")
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/find-external/CppAD/"
${CMAKE_MODULE_PATH})
add_project_dependency(pinocchio REQUIRED)
string(REGEX REPLACE "-" "_" PY_NAME ${PROJECT_NAME})
add_subdirectory(python)
Expand Down

0 comments on commit 2a878dc

Please sign in to comment.