Releases: robotology/ycm-cmake-modules
Releases · robotology/ycm-cmake-modules
v0.17.1
What's Changed
- Fix support for consuming YCM via FetchContent_MakeAvailable and bump version to 0.17.1 by @traversaro in #464
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- Permit to use FetchContent_MakeAvailable when YCM is used via FetchContent
- Switch
YCMBootstrapFetch
to useFetchContent_MakeAvailable
, to avoid warning related to CMP0169 (fix #453) - Switch to define version variables in the standard CMake way, by passing VERSION to the
project
call. To do this, nowYCM_VERSION
is just major.minor.version, while the full version if required is provided inYCM_VERSION_FULL
. - Bump version to 0.17.0
- Deprecate
YCM_VERSION_REVISION
,YCM_VERSION_DATE
,YCM_VERSION_DATE_REVISION
,YCM_VERSION_API
,YCM_VERSION_SHORT
,YCM_VERSION_SOURCE
andYCM_VERSION_DIRTY
. This variable may be remove from YCM 0.18.0 .
All changes were done in #463 .
Full Changelog: v0.16.9...v0.17.0
v0.16.9
What's Changed
- YCMEPHelper: Set ExternalProject's BUILD_ALWAYS to ON to restore behaviour of old vendored YCM's ExternalProject by @traversaro in #462
Full Changelog: v0.16.8...v0.16.9
v0.16.8
What's Changed
- Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows by @dependabot in #459
- YCMEPHelper: Expose ExternalProject's CMAKE_GENERATOR_* options by @traversaro in #461
New Contributors
- @dependabot made their first contribution in #459
Full Changelog: v0.16.7...v0.16.8
v0.16.7
What's Changed
- Refactor YCMEPHelper to implement git safe clone (without delete) as an externally specified DOWNLOAD step by @traversaro in #457
- Fix regression(s) introduced by YCMEPHelper refactor by @traversaro in #458
Full Changelog: v0.16.6...v0.16.7
v0.16.6
What's Changed
- YCMEPHelper: Fix enabling
YCM_EP_DEVEL_MODE_<project>
with Ninja and bump version to 0.16.6 by @traversaro in #456
Full Changelog: v0.16.5...v0.16.6
v0.16.5
What's Changed
- Remove FindMatlab tests as FindMatlab is not part of ycm by @traversaro in #451
- Respect YCM_USE_CMAKE_NEXT also when bootstrapping with FetchContent and fix compatibility of YCM_USE_CMAKE_NEXT=OFF with CMP0114 set to NEW by @traversaro in #452
Full Changelog: v0.16.4...v0.16.5
v0.16.4
What's Changed
- Cleanup README by @traversaro in #448
- FindOpenCV: Fix arguments passed to find_package_handle_standard_args by @traversaro in #449
Full Changelog: v0.16.3...v0.16.4
YCM 0.16.3
[0.16.3] - 2024-05-17
Fixed
- FindACE: Require at least C++17 when using ACE 8 (https://github.com/robotology/ycm-cmake-modules/pull/#446).
Changed
- YCMEPHelper: If
CMAKE_EXPORT_COMPILE_COMMANDS
is defined and ON, pass it to all subprojects (#442).
Deprecated
- FindGLFW3: Use glfw3Config.cmake and mark module as deprecated. Instead of using
find_package(GLFW3)
, please usefind_package(glfw3 NO_MODULE)
and link theglfw
imported target (#441).
YCM 0.16.2
What's Changed
- YCMEPHelper: add SHALLOW option to wrap EP's GIT_SHALLOW option by @traversaro in #440
Full Changelog: v0.16.1...v0.16.2