You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. The GLUT_INCLUDE_DIRS is therefore deprecated, the target GLUT::GLUT should be used instead.
Modules
3rd Party
Imported FindUDev module from ECM Git Repository + Update VTK Git Repository to tag v9.0.1.
The FindFFMPEG module now offers targets, but it requires to specify the COMPONENTS to the find_package(FFMPEG) calls.
The CMakeRC module is now imported from robotology-dependencies fork in order to be able to produce OBJECT libraries.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
YCM 0.13.0 is now available for download at: https://github.com/robotology/ycm/releases/.
Changes made since YCM 0.12.0 include the following.
Important Changes
Deprecated Modules
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
FindUDev
module from ECM Git Repository + Update VTK Git Repository to tagv9.0.1
.The
FindFFMPEG
module now offers targets, but it requires to specify theCOMPONENTS
to thefind_package(FFMPEG)
calls.CMakeRC
module is now imported fromrobotology-dependencies
fork in order to be able to produceOBJECT
libraries.Beta Was this translation helpful? Give feedback.
All reactions