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-fcl
Commits
6b156b74
Commit
6b156b74
authored
Jan 28, 2016
by
jcarpent
Browse files
[CMake][Fix Bug] Correct the integration of optional dependency ocotomap
parent
3778e995
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
6b156b74
...
...
@@ -102,7 +102,9 @@ add_library(${LIBRARY_NAME}
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
${
Boost_LIBRARIES
}
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
ccd
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
octomap
)
IF
(
OCTOMAP_FOUND
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
octomap
)
ENDIF
(
OCTOMAP_FOUND
)
#PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} flann)
...
...
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