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>
Tue, 25 Feb 2025 05:55:44 +0000 (00:55 -0500)
commit37b3cacf2def92fcfd4c95c99f9d04b793e48923
treed9dbf194e1b590491248450384a70a1c15855918
parent4dddbb8be58345c3b4374ba33f9c90e44da40ff0
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