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>
Mon, 16 Jan 2023 02:23:50 +0000 (02:23 +0000)
commite1e781afadde1a0aa7ceb322614ffa600423c8a5
treed7ee6a8292588cc3b98021d19a87211d618634bc
parent1180ac59ba6dc1ec53a1447d32697185e12a5ea5
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