Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-practicals
Commits
07ed8da9
Commit
07ed8da9
authored
Nov 27, 2019
by
Guilhem Saurel
Browse files
[CMake] sync submodule
parent
a1637fe3
Pipeline
#7137
passed with stage
in 16 minutes and 33 seconds
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
07ed8da9
...
...
@@ -14,15 +14,16 @@
# this file. If not, see
# <http://www.gnu.org/licenses/>.
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/python.cmake
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
SET
(
PROJECT_NAME hpp_practicals
)
SET
(
PROJECT_DESCRIPTION
"Practicals for Humanoid Path Planner software."
)
SET
(
PROJECT_URL
""
)
SETUP_PROJECT
()
INCLUDE
(
cmake/hpp.cmake
)
INCLUDE
(
cmake/python.cmake
)
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX
)
PROJECT
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
FINDPYTHON
()
...
...
@@ -95,5 +96,3 @@ INSTALL(FILES
${
PROJECT_SOURCE_DIR
}
/src/hpp/corbaserver/practicals/manipulation/ur5/__init__.py
DESTINATION
${
PYTHON_SITELIB
}
/hpp/corbaserver/practicals/manipulation/ur5
)
SETUP_PROJECT_FINALIZE
()
cmake
@
7eca9ee6
Compare
429af97f
...
7eca9ee6
Subproject commit
429af97fe0b858bd73a1747768cc1ac735386140
Subproject commit
7eca9ee6c9d1c4ee20eb82272e94f9d11642053a
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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