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
Guilhem Saurel
hpp-fcl
Commits
7f35311e
Verified
Commit
7f35311e
authored
Feb 20, 2020
by
Justin Carpentier
Browse files
cmake: do not export filesystem
It is only required for unit tests
parent
22f98db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7f35311e
...
...
@@ -161,7 +161,7 @@ endif ()
add_subdirectory
(
test
)
pkg_config_append_libs
(
"hpp-fcl"
)
PKG_CONFIG_APPEND_BOOST_LIBS
(
thread date_time
filesystem
system
)
PKG_CONFIG_APPEND_BOOST_LIBS
(
thread date_time system
)
IF
(
HPP_FCL_HAVE_OCTOMAP
)
# FCL_HAVE_OCTOMAP kept for backward compatibility reasons.
PKG_CONFIG_APPEND_CFLAGS
(
...
...
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