Fix LAPACK finding CMake code
authorVictor Westerhuis <VJ.Westerhuis@student.han.nl>
Fri, 9 Sep 2022 12:01:42 +0000 (14:01 +0200)
committerSantiago Vila <sanvila@debian.org>
Thu, 15 Aug 2024 17:00:00 +0000 (19:00 +0200)
commitcc682e65493eb023bdc6d92b95292e80f3a8911d
treea1f307a3baa13dde87912b4478757bdc30d9d2e4
parent3305ebf052880dd57ddfcff37e0cdda1b1edbff2
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