Releases: robotology/ycm-cmake-modules
Releases · robotology/ycm-cmake-modules
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
YCM 0.16.1
YCM 0.16.0
[0.16.0] - 2023-11-27
Changed
- Update CMakeRC to latest version as of November 2023 (#436).
- FindGraphviz: if available export version of the package from pkg-config (#438).
Deprecated
- Deprecate
OpenCV_LIBRARIES
library set byfind_package(OpenCV)
, downstream users should just useOpenCV_LIBS
as set by official OpenCV CMake config files (#434).
Removed
- Remove support for finding OpenCV <= 2 with
FindOpenCV.cmake
module (#434).
YCM 0.15.3
YCM 0.15.2
[0.15.2] - 2023-05-05
Fixed
- Make sure that FindGLM defines both
glm
andglm::glm
imported targets (ami-iit/yarp-device-openxrheadset#35, #430, #431).
YCM 0.15.1
YCM 0.15.0
YCM 0.14.2
[0.14.2] - 2022-06-10
Added
- FindGraphviz: Add Graphviz_DEFINITIONS to define GVDLL to permit compilation against graphviz 3 (#414).
YCM 0.14.1
[0.14.1] - 2022-05-24
Added
- For each new release now
.deb
packages are automatically uploaded in the GitHub release page (#410).