Skip to content

iDynTree 1.0.1 (2020-01-14)

Compare
Choose a tag to compare
@traversaro traversaro released this 14 Jan 21:16
· 891 commits to master since this release
ba7c085

iDynTree 1.0.1 Release Notes

This is a patch release of iDynTree 1.0, that fixes a regression that caused all the project that used the CMake command find_package(iDynTree <version>) to fail.

Detailed ChangeLog

Fixed

  • Change CMake version compatibility from SameMajorVersion to AnyNewerVersion, as API breakage between major version will be limited, and to avoid breaking the compatibility of any downstream project that request a minimum version of iDynTree as in find_package(iDynTree 0.11 REQUIRED) (#629).