-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable cppad on Windows #544
Conversation
There is a unrelated conda/macOS failure (it should be fixed by conda-forge/gazebo-feedstock#38) but other then that the fix seems to be working fine, if we update cppad to the latest version. |
if(ROBOTOLOGY_ENABLE_DYNAMICS_FULL_DEPS) | ||
find_or_build_package(manif) | ||
find_or_build_package(qhull) | ||
find_or_build_package(casadi) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part shouldn't be removed right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I forgot to describe this in the PR. As we are including these as dependencies of blf, there is no need to also duplicate these in the main CMakeLists.txt . I realized this when I had two modified in two places to enable cppad on Windows.
On |
Yes, macOS/Conda failed but it was fixed by conda-forge/gazebo-feedstock#38, I just did not restarted the build. |
In particular, check if coin-or/CppAD#60 is fixed.