You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes made since YCM 0.11.0 include the following.
Modules
Generic Modules
InstallBasicPackageFiles: A CMake version dependent inconsistency was fixed. (YARP 3.1.0 Released #314)
Find Modules
The FindESDCANAPI module no longer uses NO_DEFAULT_PATH. If the ESDCANAPIntcan library is installed via a custom vcpkg port instead of the official installers, its location will not be already listed in the ESDCAN_LIB_DIRS, and instead would be found with the usual CMAKE_PREFIX_PATH introspection. (icub-models used in the robotology-superbuild #320)
The FindODE now handles the CMAKE_CROSSCOMPILING variable properly.
This discussion was converted from issue #394 on December 12, 2020 12:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
YCM 0.11.1 was released today and is now available for download at: https://github.com/robotology/ycm/releases/.
Changes made since YCM 0.11.0 include the following.
Modules
Generic Modules
InstallBasicPackageFiles
: A CMake version dependent inconsistency was fixed. (YARP 3.1.0 Released #314)Find Modules
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. (icub-models used in the robotology-superbuild #320)FindODE
now handles theCMAKE_CROSSCOMPILING
variable properly.FindIPOPT
call to search forIPOPT_INCLUDE_DIRS
was fixed. (c++: print yarp version #325)CMake Next
v3.15.7
3rd Party
FindEigen3
module is now downloaded from the Eigen Gitlab Repository (iDynTree 0.8.2 Released #303)Beta Was this translation helpful? Give feedback.
All reactions