YCM 0.1.1 (2015-08-28) Release Notes¶
Changes made since YCM 0.1.0 include the following.
Build System¶
If available, use the new
MESSAGE_NEVER
argument for thefile(INSTALL)
command. This will remove the “install” output during the build.Fix
_YCM_CMAKE_NEXT_DOWNLOAD_NOW
function on Windows.Use the full version in offline source packages.
Modules¶
3rdparty/FindEigen3: Update to the last revision (see https://bitbucket.org/eigen/eigen/pull-request/76/).
ExtractVersion
: Unset macro internal variables before exiting.Import recent changes from yarp to
FindFFMPEG
andFindPortAudio
modules.FindOrBuildPackage
: Properly pass a<PKG>_BUILD_COMPONENTS
variable toBuild<PKG>.cmake
.YCMEPHelper
: Fixedit-cache
step (YCM issue #72).YCMEPHelper
: Documentation, templates and examples are no longer in theYCM_PROJECT
global property.InstallBasicPackageFiles
: Fix variable names for install tree destinations.