Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-hrp2
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
Guilhem Saurel
hpp-hrp2
Commits
0fcf3fdb
Commit
0fcf3fdb
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel' of github.com:humanoid-path-planner/hpp-hrp2 into devel
parents
128e7ab9
53f390ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+7
-6
7 additions, 6 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
with
8 additions
and
7 deletions
CMakeLists.txt
+
7
−
6
View file @
0fcf3fdb
...
...
@@ -18,15 +18,17 @@
# Requires at least CMake 2.6 to configure the package.
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/hpp.cmake
)
INCLUDE
(
cmake/python.cmake
)
SET
(
PROJECT_NAME hpp-hrp2
)
SET
(
PROJECT_DESCRIPTION
"Data specific to hrp2 robot for hpp-corbaserver"
)
SET
(
PROJECT_URL
""
)
SETUP_HPP_PROJECT
()
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/hpp.cmake
)
INCLUDE
(
cmake/python.cmake
)
# Tell CMake that we compute the PROJECT_VERSION manually.
CMAKE_POLICY
(
SET CMP0048 OLD
)
PROJECT
(
${
PROJECT_NAME
}
)
FINDPYTHON
()
ADD_REQUIRED_DEPENDENCY
(
"hpp-corbaserver >= 3"
)
...
...
@@ -45,4 +47,3 @@ IF (HPP_MANIPULATION_CORBA_FOUND)
DESTINATION
${
PYTHON_SITELIB
}
/hpp/corbaserver/manipulation/hrp2
)
ENDIF
()
SETUP_HPP_PROJECT_FINALIZE
()
This diff is collapsed.
Click to expand it.
cmake
@
df86256e
Compare
429af97f
...
df86256e
Subproject commit
429af97fe0b858bd73a1747768cc1ac735386
14
0
Subproject commit
df86256ef2b3e9420369d8749a719982ce6aeb
14
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