Open Ryanf55 opened 2 months ago
libccd is a dependency for FCL. We don't use libccd directly in omplapp. The top-level CMakeLists.txt should probably be updated to check for FCL before checking for libccd. FCL didn't used to have cmake config files, so we needed the libccd check to collect the right compile/link flags. We can actually probably remove the libccd references in the CMakeLists.txt altogether.
PR my my alternative approach is here: https://github.com/ompl/omplapp/pull/13
This should also fix the issue you are seeing. Please confirm.
ccd was not installed when I built ompl,but it's required for the app.
Maybe we only need version 2.0?