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
a9cd7837
Commit
a9cd7837
authored
5 years ago
by
Joseph Mirabel
Browse files
Options
Downloads
Patches
Plain Diff
Update CMakeLists.txt
parent
a4fed3fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+8
-7
8 additions, 7 deletions
CMakeLists.txt
with
8 additions
and
7 deletions
CMakeLists.txt
+
8
−
7
View file @
a9cd7837
...
...
@@ -18,17 +18,19 @@
# 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/hpp/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
}
)
HPP_
FINDPYTHON
()
FINDPYTHON
()
ADD_REQUIRED_DEPENDENCY
(
"hpp-corbaserver >= 3"
)
ADD_OPTIONAL_DEPENDENCY
(
"hpp-manipulation-corba"
)
...
...
@@ -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.
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