YCM 0.9.0 (2017-07-23) Release Notes¶
Changes made since YCM 0.8 include the following.
Modules¶
Generic Modules¶
InstallBasicPackageFiles: AddedINCLUDE_CONTENTargument, similar toINCLUDE_FILEbut 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(updatedCatchAddTestsandParseAndAddCatchTestsmodules).Imported modified version of the
FindGraphvizmodule from the qgv Git Repository (modified version found `here <https://github.com/robotology-legacy/yarpviz/blob/master/cmake/modules/FindGraphviz.cmake>_).