1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00
Files
opencv/cmake
Sergiu Deitsch d71ec0cd1d cmake: support OPTIONAL_COMPONENTS in OpenCVConfig.cmake
find_package allows to specify optional components. This way, the
command will not fail if any of the components marked as optional was
not found. This is useful in cases where components such as xfeatures2d,
viz etc. are not available either because they were not compiled by the
user or package maintainers decided to not provide the packages at all.

The user can check the availability of the optional component using the
OpenCV_<component>_FOUND variable.
2016-12-19 00:15:51 +03:00
..
2016-12-01 19:33:27 +03:00
2015-02-24 16:05:21 +03:00
2015-12-18 17:23:17 +03:00
2016-12-04 03:10:05 +03:00
2014-04-03 14:53:27 +04:00
2016-08-17 11:33:09 +03:00
2016-10-04 19:41:28 +03:00