catkin-cmake-isolated fails to build moveit_core
I'm trying to compile moveit_core
with catkin_make_isolated
but it failed because it could find a config file for fcl.
-- catkin 0.5.74
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:72 (find_package):
Could not find a package configuration file provided by "fcl" with any of
the following names:
fclConfig.cmake
fcl-config.cmake
I already installed fcl because fcl.pc
is present in /usr/local/lib/pkgconfig
.
Is there a way to use it instead of the cmake config file ?