Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
0f94a795
Verified
Commit
0f94a795
authored
May 26, 2020
by
Justin Carpentier
Browse files
cmake: remove useless linkage
parent
e79b609e
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/CMakeLists.txt
View file @
0f94a795
...
...
@@ -9,7 +9,6 @@ macro(add_fcl_test test_name source)
Boost::unit_test_framework
utility
)
PKG_CONFIG_USE_DEPENDENCY
(
${
test_name
}
assimp
)
target_compile_options
(
${
test_name
}
PRIVATE
"-Wno-c99-extensions"
)
if
(
HPP_FCL_HAS_QHULL
)
target_compile_options
(
${
test_name
}
PRIVATE -DHPP_FCL_HAS_QHULL
)
...
...
@@ -49,7 +48,6 @@ add_fcl_test(convex convex.cpp)
add_fcl_test
(
bvh_models bvh_models.cpp
)
add_fcl_test
(
profiling profiling.cpp
)
PKG_CONFIG_USE_DEPENDENCY
(
profiling assimp
)
add_fcl_test
(
gjk gjk.cpp
)
if
(
HPP_FCL_HAVE_OCTOMAP
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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