YCM 0.12.0 (2020-09-28) Release Notes¶
Contents
Changes made since YCM 0.11.0 include the following.
Important Changes¶
Deprecated Modules¶
The following deprecated modules are no longer available:
FindGthreadFindGtkMMFindGtkMMUnixFindGtkMMWin32FindGtkPlusFindGtkWin32FindQt3MacroExtractVersionMacroStandardFindModuleMacroUninstallTargetYCMDeprecatedWarning
Modules¶
Generic Modules¶
The
InstallBasicPackageFilesdefault for INSTALL_DESTINATION on Windows is now the same as for the other operating systems (${CMAKE_INSTALL_LIBDIR}/cmake/<Name>).The
InstallBasicPackageFilesdefault for INSTALL_DESTINATION whenARCH_INDEPENDENTis passed is now${CMAKE_INSTALL_DATADIR}/cmake/<Name>.Added the new
target_append_install_rpath()command to theAddInstallRPATHSupportmodule, to modify the rpath for a single target.
Superbuild Modules¶
YCMEPHelper: TheYCM_EP_ADDITIONAL_CMAKE_ARGSCMake cache variable can be used to specify additional CMake arguments for all subprojects.FindOrBuildPackage: TheYCM_DISABLE_SYSTEM_PACKAGESCMake cache variable can be used to disable the use of system installed package for all subprojects.