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
Stack Of Tasks
pinocchio
Commits
58a07ecf
Verified
Commit
58a07ecf
authored
Jul 11, 2019
by
Justin Carpentier
Browse files
cmake: remove catkin finding
parent
a42edb35
Pipeline
#4909
failed with stage
in 110 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
58a07ecf
...
@@ -91,7 +91,6 @@ IF(BUILD_WITH_URDF_SUPPORT)
...
@@ -91,7 +91,6 @@ IF(BUILD_WITH_URDF_SUPPORT)
ENDIF
(
BUILD_WITH_URDF_SUPPORT
)
ENDIF
(
BUILD_WITH_URDF_SUPPORT
)
IF
(
BUILD_WITH_COLLISION_SUPPORT
)
IF
(
BUILD_WITH_COLLISION_SUPPORT
)
find_package
(
catkin QUIET COMPONENTS hpp-fcl
)
# compatability with catkin-packaged hpp-fcl
ADD_REQUIRED_DEPENDENCY
(
"hpp-fcl >= 1.0.0"
)
ADD_REQUIRED_DEPENDENCY
(
"hpp-fcl >= 1.0.0"
)
ENDIF
(
BUILD_WITH_COLLISION_SUPPORT
)
ENDIF
(
BUILD_WITH_COLLISION_SUPPORT
)
...
...
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