YCM 0.2.0 (2016-11-17) Release Notes Changes made since YCM 0.1 include the following. Build System Use the INSTALL_PREFIX argument for CMakePackageConfigHelpers. This simplifies a lot the creation of the YCMConfig.cmake file for the binary tree. Fixed warnings with CMake 3.2. Added RunCMake unit tests. Added YCM_CMAKE_DOWNLOAD_URL variable and use github as default download url. Try to download the files up to 3 times in order to avoid common network issues. YCMBootstrap: Fix env variables list truncated to first element in Windows (#100). Modules Generic Modules StandardFindModule: Add QUIET argument. New module GitInfo. IncludeUrl: Several bug fixes and improvement. New module ReplaceImportedTargets. StandardFindModule...