YCM 0.13.0 (2021-07-05) Release Notes¶
Contents
Changes made since YCM 0.12.0 include the following.
Important Changes¶
Deprecated Modules¶
- The
FindGLUTmodule in YCM is deprecated. The one from CMake is now used. TheGLUT_INCLUDE_DIRSis therefore deprecated, the targetGLUT::GLUTshould be used instead.
Modules¶
3rd Party¶
- Imported
FindUDevmodule from ECM Git Repository + - Update VTK Git Repository to tag
v9.0.1. TheFindFFMPEGmodule now offers targets, but it requires to specify theCOMPONENTSto thefind_package(FFMPEG)calls. - The
CMakeRCmodule is now imported fromrobotology-dependenciesfork in order to be able to produceOBJECTlibraries.