Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-torque-control
Commits
1e9e3fa2
Commit
1e9e3fa2
authored
Mar 12, 2021
by
Guilhem Saurel
Browse files
[CMake] use example-robot-data
parent
43dd1691
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1e9e3fa2
...
...
@@ -49,10 +49,10 @@ ADD_PROJECT_DEPENDENCY(sot-core REQUIRED)
ADD_PROJECT_DEPENDENCY
(
tsid REQUIRED
)
ADD_PROJECT_DEPENDENCY
(
ddp-actuator-solver REQUIRED
)
ADD_PROJECT_DEPENDENCY
(
parametric-curves REQUIRED
)
ADD_REQUIRED_DEPENDENCY
(
"simple_humanoid_description"
)
IF
(
BUILD_TESTING
)
FIND_PACKAGE
(
Boost REQUIRED COMPONENTS unit_test_framework
)
ADD_PROJECT_DEPENDENCY
(
example-robot-data 3.8.0 REQUIRED
)
ENDIF
(
BUILD_TESTING
)
IF
(
BUILD_PYTHON_INTERFACE
)
...
...
src/CMakeLists.txt
View file @
1e9e3fa2
...
...
@@ -53,14 +53,3 @@ FOREACH(plugin ${plugins})
endif
()
ENDIF
(
BUILD_PYTHON_INTERFACE
)
ENDFOREACH
(
plugin
)
IF
(
BUILD_PYTHON_INTERFACE
)
#SET(NO_INSTALL_OF_INIT_PY 0)
#DYNAMIC_GRAPH_PYTHON_MODULE(${PYTHON_DIR} ${PROJECT_NAME} wrap ${NO_INSTALL_OF_INIT_PY})
# Install empty __init__.py files in intermediate directories.
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/dynamic_graph/
${
PYTHON_DIR
}
/__init__.py
DESTINATION
${
PYTHON_SITELIB
}
/dynamic_graph/
${
PYTHON_DIR
}
)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment