1. 19 Dec, 2016 18 commits
  2. 18 Dec, 2016 1 commit
    • Sergiu Deitsch's avatar
      cmake: support OPTIONAL_COMPONENTS in OpenCVConfig.cmake · d71ec0cd
      Sergiu Deitsch authored
      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.
      d71ec0cd
  3. 17 Dec, 2016 4 commits
  4. 16 Dec, 2016 17 commits