Ipopt is not built with CMake, so none of its distributions (apt, brew, conda...) ship with a CMake configuration file someone can use to find_package() it. It might be interesting to add this so we can package libraries with (optional) dependencies on Ipopt (e.g. crocoddyl) more easily.
Ipopt is not built with CMake, so none of its distributions (apt, brew, conda...) ship with a CMake configuration file someone can use to
find_package()
it. It might be interesting to add this so we can package libraries with (optional) dependencies on Ipopt (e.g. crocoddyl) more easily.