Fix LAPACK finding CMake code
authorVictor Westerhuis <VJ.Westerhuis@student.han.nl>
Fri, 9 Sep 2022 12:01:42 +0000 (14:01 +0200)
committerJochen Sprickerhof <jspricke@debian.org>
Sun, 20 Nov 2022 21:22:15 +0000 (21:22 +0000)
commitc63464b84378f4d1e4443e210566c9ad6dcf68a0
tree0c8f5f2910747cf98cf2497e75c98b448b66d4bc
parent156a93ea3c8f87941133501516a4c09d7f92a6a4
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