YCM 0.9.0 (2017-07-23) Release Notes¶
Changes made since YCM 0.8 include the following.
Modules¶
Generic Modules¶
InstallBasicPackageFiles
: AddedINCLUDE_CONTENT
argument, similar toINCLUDE_FILE
but that passes the content from the command instead of an external file.InstallBasicPackageFiles
: The@INCLUDED_FILE_CONTENT@
variable in the template config file is deprecated in favour of@INCLUDED_CONTENT@
.
3rd Party¶
Update Catch2 Git Repository to commit
76790604f523f7fb63741aca5fc7fc1cbc140763
(updatedCatchAddTests
andParseAndAddCatchTests
modules).Imported modified version of the
FindGraphviz
module from the qgv Git Repository (modified version found `here <https://github.com/robotology-legacy/yarpviz/blob/master/cmake/modules/FindGraphviz.cmake>_).