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
FindESDCANAPI
module no longer usesNO_DEFAULT_PATH
. If theESDCANAPI
ntcan
library 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_PATH
introspection. (#320)The
FindODE
now handles theCMAKE_CROSSCOMPILING
variable properly.The
FindIPOPT
call to search forIPOPT_INCLUDE_DIRS
was fixed. (#325)
CMake Next¶
Updated to CMake
v3.15.7
3rd Party¶
The
FindEigen3
module is now downloaded from the Eigen Gitlab Repository (#303)