YCM 0.8.0 (2018-06-11) Release Notes Changes made since YCM 0.6 include the following. Build System CMake 3.5 or newer is now required. Modules Generic Modules GitInfo: Fixed for clones using git-worktree InstallBasicPackageFiles: Added INCLUDE_FILE argument to support appending user content to the generated PackageConfig.cmake file. InstallBasicPackageFiles: Added EXPORT arguments to use export(EXPORT) instead of export(TARGETS) (default = ) if TARGETS-related arguments are not passed. InstallBasicPackageFiles: Added FIRST_TARGET argument to specify a target to check when using EXPORT (default = ) InstallBasicPackageFiles: Added COMPONENT argument, forwarded to the install commands. InstallBasicPackageFiles: Added INSTALL_DE...