fcl icon indicating copy to clipboard operation
fcl copied to clipboard

CMake: also check for octomap-static target

Open SpaceIm opened this issue 4 years ago • 0 comments

Depending on whether octomap is static or shared, imported target name is different: octomap-static if static, octomap if shared. It's more robust to check octomap-static before falling back to include and link to OCTOMAP_INCLUDE_DIRS and OCTOMAP_LIBRARIES.


This change is Reviewable

SpaceIm avatar Jan 12 '22 22:01 SpaceIm