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
Jason Chemin
hpp-environments
Commits
bf74e4eb
Commit
bf74e4eb
authored
Feb 11, 2019
by
Guilhem Saurel
Browse files
use hpp.cmake
parent
ca6dc117
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bf74e4eb
...
...
@@ -17,13 +17,13 @@
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/python.cmake
)
INCLUDE
(
cmake/hpp.cmake
)
SET
(
PROJECT_NAME hpp-environments
)
SET
(
PROJECT_DESCRIPTION
"Environments for the humanoid path planner platform."
)
SET
(
PROJECT_URL
"https://github.com/humanoid-path-planner/
${
PROJECT_NAME
}
"
)
STRING
(
REPLACE
"-"
"_"
ROS_PROJECT_NAME
${
PROJECT_NAME
}
)
SETUP_PROJECT
()
SETUP_
HPP_
PROJECT
()
FINDPYTHON
(
2.7 EXACT REQUIRED
)
...
...
Write
Preview
Markdown
is supported
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