YCM 0.10.3
YCM 0.10.3 (2019-05-29) Release Notes
Changes made since YCM 0.10.2 include the following.
Build System
- Paths are no longer duplicated in
CMAKE_MODULE_PATH
whenYCMConfig.cmake
is included more than once.
Modules
Find Modules
- The
Findassimp
module now defines also theassimp_FOUND
variable.
CMake Next
- Updated to CMake
v3.13.5
+v3.14.4
+ commit
e13b18e2c70f42c23ed7e7fddb93557ce19b7359
. - The
FindSWIG
module now supports SWIG 4.
3rd Party
- Update Catch2 Git Repository to
v2.8.0
(updatedCatchAddTests
and
ParseAndAddCatchTests
modules). - The
ParseAndAddCatchTests
module is no longer imported from the
robotology-dependencies fork