ros / kdl_parser

kdl_parser and kdl_parser_py provide tools to construct a KDL tree from an XML robot representation in URDF.
67 stars 62 forks source link

Remove unused find_library call #40

Closed mjcarroll closed 4 years ago

mjcarroll commented 4 years ago

This is to address recent failures in the nightly Windows debug builds.

It is likely related to a recent version upgrade in CMake, which is now 3.18.0 in Chocolatey.

Signed-off-by: Michael Carroll michael@openrobotics.org

mjcarroll commented 4 years ago

Testing with Windows debug: Build Status

mjcarroll commented 4 years ago

Windows debug : Build Status

mjcarroll commented 4 years ago
jacobperron commented 4 years ago

Looks like we need this patch for Foxy builds to succeed. Maybe the same for Eloquent and/or Dashing?

jacobperron commented 4 years ago

I've made a patch release and fast-forwarded the foxy branch.