Closed diegoferigo closed 7 years ago
Mhhh. There was no change of the CMake files in that PR, and iDynTree without using IPOPT compiles fine in iDynTree and AppVeyor. What is the value of IDYNTREE_USES_IPOPT
on your machine?
Without coinor-libipopt-dev
, it is OFF
and the build fails.
The inverse-dynamics
part should not be compiled if IDYNTREE_USES_IPOPT
is OFF, see https://github.com/robotology/idyntree/blob/devel/src/CMakeLists.txt#L15 . Did you run cmake?
PR #327 should fix this
After #300 has been merged, the build fails if IPOpt is not installed. The CMakeLists should be updated.
cc @traversaro @S-Dafarra