YCM 0.16.3
[0.16.3] - 2024-05-17
Fixed
- FindACE: Require at least C++17 when using ACE 8 (https://github.com/robotology/ycm-cmake-modules/pull/#446).
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 usefind_package(glfw3 NO_MODULE)
and link theglfw
imported target (#441).