Skip to content

Commit

Permalink
Fix tesseract_common fcl cpack depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jan 17, 2025
1 parent 0623313 commit bb4fe7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tesseract_collision/fcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ if(TESSERACT_PACKAGE)
VERSION ${pkg_extracted_version}
DESCRIPTION "Tesseract Collision FCL components"
COMPONENT_DEPENDS core
LINUX_DEPENDS "libfcl-dev (>= 0.6.0) | ${TESSERACT_PACKAGE_PREFIX}fcl"
"fcl (>= 0.6.0) | ${TESSERACT_PACKAGE_PREFIX}fcl"
WINDOWS_DEPENDS "libfcl-dev (>= 0.6.0) | ${TESSERACT_PACKAGE_PREFIX}fcl"
"fcl (>= 0.6.0) | ${TESSERACT_PACKAGE_PREFIX}fcl")
LINUX_DEPENDS "libfcl-dev (>= 0.6.0) | fcl (>= 0.6.0) | ${TESSERACT_PACKAGE_PREFIX}fcl"
WINDOWS_DEPENDS "libfcl-dev (>= 0.6.0) | fcl (>= 0.6.0) | ${TESSERACT_PACKAGE_PREFIX}fcl")
endif()

0 comments on commit bb4fe7d

Please sign in to comment.