Commit d043a618 authored by Maksim Shabunin's avatar Maksim Shabunin

Restored cmake 2.8.7 support

parent c3d1f94e
......@@ -605,7 +605,7 @@ include(cmake/OpenCVDetectVTK.cmake)
# -- Custom HAL replacement --
# Package config in: OpenCV_HALConfig.cmake or opencv_hal-config.cmake
# Use variables: OpenCV_HAL_LIBRARIES, OpenCV_HAL_HEADERS and OpenCV_HAL_INCLUDE_DIRS variables
find_package(OpenCV_HAL CONFIG QUIET)
find_package(OpenCV_HAL NO_MODULE QUIET)
set(_includes "")
if (OpenCV_HAL_FOUND)
# 1. libraries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment