Skip to content

Releases: robotology/ycm-cmake-modules

v0.16.5

13 Jul 12:07
d5c16de
Compare
Choose a tag to compare

What's Changed

  • Remove FindMatlab tests as FindMatlab is not part of ycm by @traversaro in #451
  • Respect YCM_USE_CMAKE_NEXT also when bootstrapping with FetchContent and fix compatibility of YCM_USE_CMAKE_NEXT=OFF with CMP0114 set to NEW by @traversaro in #452

Full Changelog: v0.16.4...v0.16.5

v0.16.4

03 Jun 04:36
59bf584
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.3...v0.16.4

YCM 0.16.3

17 May 09:41
033c5c4
Compare
Choose a tag to compare

[0.16.3] - 2024-05-17

Fixed

Changed

  • YCMEPHelper: If CMAKE_EXPORT_COMPILE_COMMANDS is defined and ON, pass it to all subprojects (#442).

Deprecated

  • FindGLFW3: Use glfw3Config.cmake and mark module as deprecated. Instead of using find_package(GLFW3), please use find_package(glfw3 NO_MODULE) and link the glfw imported target (#441).

YCM 0.16.2

20 Dec 12:26
e187cdb
Compare
Choose a tag to compare

What's Changed

  • YCMEPHelper: add SHALLOW option to wrap EP's GIT_SHALLOW option by @traversaro in #440

Full Changelog: v0.16.1...v0.16.2

YCM 0.16.1

27 Nov 16:45
38aa0b5
Compare
Choose a tag to compare

[0.16.1] - 2023-11-27

Fixed

  • FindGraphviz: fix name of graphviz's pkg-config packages (#439).

YCM 0.16.0

27 Nov 16:02
c7988be
Compare
Choose a tag to compare

[0.16.0] - 2023-11-27

Changed

  • Update CMakeRC to latest version as of November 2023 (#436).
  • FindGraphviz: if available export version of the package from pkg-config (#438).

Deprecated

  • Deprecate OpenCV_LIBRARIES library set by find_package(OpenCV), downstream users should just use OpenCV_LIBS as set by official OpenCV CMake config files (#434).

Removed

  • Remove support for finding OpenCV <= 2 with FindOpenCV.cmake module (#434).

YCM 0.15.3

06 Jun 08:44
931968d
Compare
Choose a tag to compare

[0.15.3] - 2023-06-06

Fixed

  • Fixed wrong CMake version (#432).

YCM 0.15.2

05 May 07:00
7377904
Compare
Choose a tag to compare

[0.15.2] - 2023-05-05

Fixed

YCM 0.15.1

10 Jan 15:47
cbd69a1
Compare
Choose a tag to compare

[0.15.1] - 2023-01-10

Added

  • Added packaging for .tar.gz archives (#425).

YCM 0.15.0

10 Jan 08:48
66c4e47
Compare
Choose a tag to compare

[0.15.0] - 2023-01-10

Added

  • Added FinduSockets and FinduWebSockets find modules (#421).

Changed

  • Update Catch vendored files from v2.13.4 to v3.2.1 (#422).
  • Since release 0.15, all releases and development are happening on the master branch, while no ycm-0.15 or similar branches are created (#150).