YCM 0.11.1 (2020-03-27) Release Notes¶
Contents
Changes made since YCM 0.11.0 include the following.
Modules¶
Generic Modules¶
InstallBasicPackageFiles: A CMake version dependent inconsistency was fixed. (#314)
Find Modules¶
The
FindESDCANAPImodule no longer usesNO_DEFAULT_PATH. If theESDCANAPIntcanlibrary is installed via a custom vcpkg port instead of the official installers, its location will not be already listed in theESDCAN_LIB_DIRS, and instead would be found with the usualCMAKE_PREFIX_PATHintrospection. (#320)The
FindODEnow handles theCMAKE_CROSSCOMPILINGvariable properly.The
FindIPOPTcall to search forIPOPT_INCLUDE_DIRSwas fixed. (#325)
CMake Next¶
Updated to CMake
v3.15.7
3rd Party¶
The
FindEigen3module is now downloaded from the Eigen Gitlab Repository (#303)