Skip to content

Commit

Permalink
Cleanup FindOpenCV.cmake and deprecate OpenCV_LIBRARIES in favor of…
Browse files Browse the repository at this point in the history
… `OpenCV_LIBS` (#434)
  • Loading branch information
traversaro authored Nov 16, 2023
1 parent a077719 commit a73a4df
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 454 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased Patch]

### Deprecated

Deprecate `OpenCV_LIBRARIES` library set by `find_package(OpenCV)`, downstream users should just use `OpenCV_LIBS` as set by official OpenCV CMake config files (https://github.com/robotology/ycm/pull/434).

### Removed

* Remove support for finding OpenCV <= 2 with `FindOpenCV.cmake` module (https://github.com/robotology/ycm/pull/434).

## [0.15.3] - 2023-06-06

### Fixed
Expand Down
Loading

0 comments on commit a73a4df

Please sign in to comment.