You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a bad check on the windows build this got by. I am going to fix the check and it will break the builds coming after it. @RussTedrake do we need the patches found here: https://github.com/RobotLocomotion/bullet-pod? If so, we should use the copy files method that is save cross platform with cmake. Eigen is doing this:
Due to a bad check on the windows build this got by. I am going to fix the check and it will break the builds coming after it. @RussTedrake do we need the patches found here: https://github.com/RobotLocomotion/bullet-pod? If so, we should use the copy files method that is save cross platform with cmake. Eigen is doing this:
PATCH_COMMAND cmake -E copy ${PROJECT_SOURCE_DIR}/Translation-patched.h Eigen/src/Geometry/Translation.h && cmake -E copy ${PROJECT_SOURCE_DIR}/AutoDiffScalar-patched.h unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h && cmake -E copy ${PROJECT_SOURCE_DIR}/GeneralBlockPanelKernel-patched.h Eigen/src/Core/products/GeneralBlockPanelKernel.h
The text was updated successfully, but these errors were encountered: