jrl-umi3218 / jrl-cmakemodules

CMake utility toolbox
https://jrl-cmakemodules.readthedocs.io/en/master/
Other
61 stars 47 forks source link

Adding a FindIpopt.cmake module #718

Open ManifoldFR opened 1 month ago

ManifoldFR commented 1 month ago

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.