Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-centroidal-dynamics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Humanoid Path Planner
hpp-centroidal-dynamics
Commits
c84717bc
Commit
c84717bc
authored
4 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] sync submodule and its use
parent
cf4d5997
No related branches found
Branches containing commit
Tags
v4.10.0
Tags containing commit
No related merge requests found
Pipeline
#14077
passed
3 years ago
Stage: test
Changes
3
Pipelines
10
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-2
1 addition, 2 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
python/CMakeLists.txt
+1
-1
1 addition, 1 deletion
python/CMakeLists.txt
with
3 additions
and
4 deletions
CMakeLists.txt
+
1
−
2
View file @
c84717bc
...
...
@@ -26,9 +26,8 @@ PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
IF
(
BUILD_PYTHON_INTERFACE
)
FINDPYTHON
()
STRING
(
REGEX REPLACE
"-"
"_"
PY_NAME
${
PROJECT_NAME
}
)
SEARCH_FOR_BOOST_PYTHON
(
REQUIRED
)
ADD_PROJECT_DEPENDENCY
(
eigenpy REQUIRED
)
SET
(
BOOST_COMPONENTS python
)
SEARCH_FOR_BOOST
()
ENDIF
(
BUILD_PYTHON_INTERFACE
)
# Project dependencies
...
...
This diff is collapsed.
Click to expand it.
cmake
@
32015cb2
Compare
a61ae614
...
32015cb2
Subproject commit
a61ae61479a1d50d1ae3c988d1d9aaf20841173d
Subproject commit
32015cb28d977b592227675665d17d11531ef418
This diff is collapsed.
Click to expand it.
python/CMakeLists.txt
+
1
−
1
View file @
c84717bc
# Define the wrapper library that wraps our library
ADD_LIBRARY
(
${
PY_NAME
}
SHARED centroidal_dynamics_python
)
TARGET_LINK_LIBRARIES
(
${
PY_NAME
}
${
Boost_LIBRARIES
}
${
PROJECT_NAME
}
eigenpy::eigenpy
)
TARGET_LINK_LIBRARIES
(
${
PY_NAME
}
${
PROJECT_NAME
}
eigenpy::eigenpy
)
# don't prepend wrapper library name with lib
SET_TARGET_PROPERTIES
(
${
PY_NAME
}
PROPERTIES PREFIX
""
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment