Fix LAPACK finding CMake code
authorVictor Westerhuis <VJ.Westerhuis@student.han.nl>
Fri, 9 Sep 2022 12:01:42 +0000 (14:01 +0200)
committerBastian Germann <bage@debian.org>
Tue, 18 Mar 2025 19:39:02 +0000 (20:39 +0100)
commit4674f8927a0e358e29cb476932ed9522499ecd54
treec0cba1f75a09ed82cb29979eed8c60cf7bd5fc2f
parent1277420dd34bcb957f8678c7b7dc0c3e5dde4859
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