robotology / robotology-vcpkg-ports

Collection of vcpkg ports available on limited platforms just in binary form.
MIT License
6 stars 1 forks source link

Install Ipopt-config.cmake file with ipopt-binary port #10

Closed traversaro closed 4 years ago

traversaro commented 4 years ago

Some projects (such as Casadi) expects that Ipopt either installs a ipopt.pc file or an Ipopt-config.cmake file. We install an Ipopt-config.cmake to ensure that such projects are able to compile fine against the Ipopt installed by the ipopt-binary port.

traversaro commented 4 years ago

With this patch I am able to compile casadi with WITH_IPOPT set to ON correctly on Windows.

traversaro commented 4 years ago

fyi @GiulioRomualdi