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.11.0 include the following.
Important Changes
Deprecated Modules
The following deprecated modules are no longer available:
FindGthread
FindGtkMM
FindGtkMMUnix
FindGtkMMWin32
FindGtkPlus
FindGtkWin32
FindQt3
MacroExtractVersion
MacroStandardFindModule
MacroUninstallTarget
YCMDeprecatedWarning
Modules
Generic Modules
The InstallBasicPackageFiles default for INSTALL_DESTINATION on Windows is now the same as for the other operating systems (${CMAKE_INSTALL_LIBDIR}/cmake/<Name>).
The InstallBasicPackageFiles default for INSTALL_DESTINATION when ARCH_INDEPENDENT is passed is now ${CMAKE_INSTALL_DATADIR}/cmake/<Name>.
Added the new target_append_install_rpath command to the AddInstallRPATHSupport module, to modify the rpath for a single target.
Superbuild Modules
YCMEPHelper: The YCM_EP_ADDITIONAL_CMAKE_ARGS CMake cache variable can be used to specify additional CMake arguments for all subprojects.
FindOrBuildPackage: The YCM_DISABLE_SYSTEM_PACKAGES CMake cache variable can be used to disable the use of system installed package for all subprojects.
This discussion was converted from issue #438 on December 12, 2020 12:44.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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.12.0 was released today and is now available for download at: https://github.com/robotology/ycm/releases/.
Changes made since YCM 0.11.0 include the following.
Important Changes
Deprecated Modules
FindGthread
FindGtkMM
FindGtkMMUnix
FindGtkMMWin32
FindGtkPlus
FindGtkWin32
FindQt3
MacroExtractVersion
MacroStandardFindModule
MacroUninstallTarget
YCMDeprecatedWarning
Modules
Generic Modules
InstallBasicPackageFiles
default forINSTALL_DESTINATION
on Windows is now the same as for the other operating systems (${CMAKE_INSTALL_LIBDIR}/cmake/<Name>
).InstallBasicPackageFiles
default forINSTALL_DESTINATION
whenARCH_INDEPENDENT
is passed is now${CMAKE_INSTALL_DATADIR}/cmake/<Name>
.target_append_install_rpath
command to theAddInstallRPATHSupport
module, to modify the rpath for a single target.Superbuild Modules
YCMEPHelper
: TheYCM_EP_ADDITIONAL_CMAKE_ARGS
CMake cache variable can be used to specify additional CMake arguments for all subprojects.FindOrBuildPackage
: TheYCM_DISABLE_SYSTEM_PACKAGES
CMake cache variable can be used to disable the use of system installed package for all subprojects.Beta Was this translation helpful? Give feedback.
All reactions