arpg / HAL

Hardware Abstraction Layer library.
Other
36 stars 24 forks source link

Replaced use of custom FindOpenCV2.cmake with standard OpenCVConfig. #114

Closed Algomorph closed 9 years ago

Algomorph commented 9 years ago

1) Modified HAL/CMakeLists.txt to use OpenCVConfig.cmake provided by OpenCV instead of the custom FindOpenCV2.cmake module, enabling build with OpenCV 3. 2) Removed old FindOpenCV2.cmake module. 3) Appended .gitignore with a few entries to make it more in-source-build-friendly.