Skip to content
GitLab
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-fcl
Commits
908ccfbe
Verified
Commit
908ccfbe
authored
May 26, 2020
by
Justin Carpentier
Browse files
cmake: start debugging
parent
9da2be85
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
908ccfbe
...
...
@@ -86,9 +86,9 @@ endif ()
search_for_boost
()
# Optional dependencies
ADD_PROJECT_DEPENDENCY
(
octomap PKG_CONFIG_REQUIRES
"octomap >= 1.6"
)
if
(
octomap_FOUND
)
if
(
octomap_FOUND
)
SET
(
HPP_FCL_HAVE_OCTOMAP TRUE
)
string
(
REPLACE
"."
";"
VERSION_LIST
${
OCTOMAP
_VERSION
}
)
string
(
REPLACE
"."
";"
VERSION_LIST
${
octomap
_VERSION
}
)
list
(
GET VERSION_LIST 0 OCTOMAP_MAJOR_VERSION
)
list
(
GET VERSION_LIST 1 OCTOMAP_MINOR_VERSION
)
list
(
GET VERSION_LIST 2 OCTOMAP_PATCH_VERSION
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment