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>
Mon, 17 Jul 2023 02:20:35 +0000 (03:20 +0100)
commit11c95ccb05db7eabec9008148c891c9c878e8460
tree561c3b95a636a0db1bfa0bf2c26dcf02f0626b09
parente95164c9b8840bc0cea338f128c57e42fe51ef51
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