Skip to content
Snippets Groups Projects
Commit 8c8de223 authored by Lucile Remigy's avatar Lucile Remigy
Browse files

Merge remote-tracking branch 'origin/devel' into refactoring

parents e73df8ba b7270d22
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ endif ()
search_for_boost()
# Optional dependencies
add_optional_dependency("octomap >= 1.6")
if (OCTOMAP_INCLUDE_DIRS AND OCTOMAP_LIBRARY_DIRS)
if (OCTOMAP_FOUND)
include_directories(SYSTEM ${OCTOMAP_INCLUDE_DIRS})
link_directories(${OCTOMAP_LIBRARY_DIRS})
SET(HPP_FCL_HAVE_OCTOMAP TRUE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment