robotology / yarp

YARP - Yet Another Robot Platform
http://www.yarp.it
Other
527 stars 195 forks source link

CMake: Use OpenCV_LIBS instead of OpenCV_LIBRARIES as documented in official OpenCV docs #3055

Closed traversaro closed 12 months ago

traversaro commented 12 months ago

OpenCV_LIBS is the variable documented in official OpenCV docs (https://docs.opencv.org/4.x/db/df5/tutorial_linux_gcc_cmake.html). OpenCV_LIBRARIES was a YCM extension, that is going to be deprecated (see https://github.com/robotology/ycm/pull/434).

traversaro commented 12 months ago

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in doc/release/<target_branch>, based on your changes.

This is an internal change that does not change anything for the external users, so I think it make sense not to document it to avoid increasing the noise in release notes.

sonarcloud[bot] commented 12 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information