Skip to content

v0.17.0

Compare
Choose a tag to compare
@traversaro traversaro released this 09 Nov 15:03
· 9 commits to master since this release
b1c62ba

What's Changed

  • Permit to use FetchContent_MakeAvailable when YCM is used via FetchContent
  • Switch YCMBootstrapFetch to use FetchContent_MakeAvailable, to avoid warning related to CMP0169 (fix #453)
  • Switch to define version variables in the standard CMake way, by passing VERSION to the project call. To do this, now YCM_VERSION is just major.minor.version, while the full version if required is provided in YCM_VERSION_FULL.
  • Bump version to 0.17.0
  • Deprecate YCM_VERSION_REVISION, YCM_VERSION_DATE, YCM_VERSION_DATE_REVISION, YCM_VERSION_API, YCM_VERSION_SHORT, YCM_VERSION_SOURCE and YCM_VERSION_DIRTY. This variable may be remove from YCM 0.18.0 .

All changes were done in #463 .

Full Changelog: v0.16.9...v0.17.0