Skip to content

YCM 0.16.3

Compare
Choose a tag to compare
@traversaro traversaro released this 17 May 09:41
· 24 commits to master since this release
033c5c4

[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).