Skip to content

Commit

Permalink
cmake: fix for eigenpy v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jul 18, 2023
1 parent b9109e3 commit 58f85d8
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 @@ -39,7 +39,6 @@ endif()

# JRL-cmakemodule setup
include("${JRL_CMAKE_MODULES}/base.cmake")
include("${JRL_CMAKE_MODULES}/python.cmake")

# Print initial message
message(STATUS "${PROJECT_DESCRIPTION}, version ${PROJECT_VERSION}")
Expand All @@ -54,6 +53,7 @@ project(${PROJECT_NAME} ${PROJECT_ARGS})

if(BUILD_PYTHON_INTERFACE)
add_project_dependency(eigenpy 2.7.11 REQUIRED)
include("${JRL_CMAKE_MODULES}/python.cmake")
add_project_dependency(pinocchio REQUIRED)
string(REGEX REPLACE "-" "_" PY_NAME ${PROJECT_NAME})
add_subdirectory(python)
Expand Down

0 comments on commit 58f85d8

Please sign in to comment.