Skip to content
Snippets Groups Projects
Verified Commit 7f35311e authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: do not export filesystem

It is only required for unit tests
parent 22f98db0
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment