Fix LAPACK finding CMake code
authorVictor Westerhuis <VJ.Westerhuis@student.han.nl>
Fri, 9 Sep 2022 12:01:42 +0000 (14:01 +0200)
committerMo Zhou <lumin@debian.org>
Thu, 22 Sep 2022 00:51:42 +0000 (01:51 +0100)
commit9efeffeb42aed36c56810b9506126699b263ab03
treea87b9a0d3bde122a278f394fda71ff45cd4a4989
parent9dd1d1e2d41661c2e12e6a37d8b91a22012818a0
Fix LAPACK finding CMake code

On Debian cblas.h and lapacke.h are not installed in the same include
directory. This does not matter when compiling, but the custom header
check in OpenCV fails on it. Force OpenCV to use the standard CMake
check_include_file function to do the check so it succeeds.

Gbp-Pq: Name 0006-Fix-LAPACK-finding-CMake-code.patch
cmake/OpenCVFindLAPACK.cmake