Fix LAPACK finding CMake code
authorVictor Westerhuis <VJ.Westerhuis@student.han.nl>
Fri, 9 Sep 2022 12:01:42 +0000 (14:01 +0200)
committerNobuhiro Iwamatsu <iwamatsu@debian.org>
Wed, 1 Mar 2023 01:21:45 +0000 (01:21 +0000)
commit4b2f2d979b89cb225e19fc35fabab08996eb8a67
tree64e95b319f22d99076749225c2f541050fa4f552
parent4dbc876e4131441ade2ae1db6d5513ad8526df40
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