-
- Downloads
Don't use pkgconfig to find ipopt and allow to give cmake a hint where to find...
Don't use pkgconfig to find ipopt and allow to give cmake a hint where to find the library. The reason for this is that find_package doesn't allow to give a preferred search path which is unflexible for multiple installed ipopt libraries. Further also look for the libraries DL and HSL which are needed if the IpOpt solver shall be used with more elaborate linear solvers.
Please register or sign in to comment