YCM 0.13.0
YCM 0.13.0 (2021-07-05) Release Notes
Changes made since YCM 0.12.0 include the following.
Important Changes
Deprecated Modules
- The
FindGLUT
module in YCM is deprecated. The one from CMake is now used.
TheGLUT_INCLUDE_DIRS
is therefore deprecated, the targetGLUT::GLUT
should be used instead.
Modules
3rd Party
- Imported :module:
FindUDev
module fromECM Git Repository
_ + - Update
VTK Git Repository
_ to tagv9.0.1
.
The :module:FindFFMPEG
module now offers targets, but it requires to specify
theCOMPONENTS
to thefind_package(FFMPEG)
calls. - The :module:
CMakeRC
module is now imported fromrobotology-dependencies
fork in order to be able to produceOBJECT
libraries.