Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tesseract-robotics/tesseract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6ec6b56792796d7a6689dd3197853008a4cc6bff
Choose a base ref
..
head repository: tesseract-robotics/tesseract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bb4fe7d43365c6afb55d6edb714e66511f7d4585
Choose a head ref
Showing with 1 addition and 6 deletions.
  1. +1 −6 tesseract_collision/fcl/CMakeLists.txt
7 changes: 1 addition & 6 deletions tesseract_collision/fcl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -76,10 +76,5 @@ if(TESSERACT_PACKAGE)
DESCRIPTION "Tesseract Collision FCL components"
COMPONENT_DEPENDS core
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
")
WINDOWS_DEPENDS "libfcl-dev (>= 0.6.0) | fcl (>= 0.6.0) | ${TESSERACT_PACKAGE_PREFIX}fcl")
endif()