Skip to content

Commit a3bb268

Browse files
committed
clean
1 parent babce37 commit a3bb268

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ compute_project_args(PROJECT_ARGS LANGUAGES CXX)
2929
project(${PROJECT_NAME} ${PROJECT_ARGS})
3030

3131
# Project dependencies
32-
add_project_dependency(sot-dynamic-pinocchio REQUIRED)
3332
add_project_dependency(dynamic-graph-python 4.0.6 REQUIRED)
33+
add_project_dependency(sot-dynamic-pinocchio REQUIRED)
3434
add_project_dependency(dynamic_graph_bridge REQUIRED)
3535
add_project_dependency(tiago_data)
3636
add_required_dependency(dynamic_graph_bridge_msgs)
37-
include(cmake/python.cmake) # TODO: overwriting eigenpy/python.cmake
3837

3938
# Main Library
4039
add_library(${PROJECT_NAME} INTERFACE)

0 commit comments

Comments
 (0)