Fix LAPACK finding CMake code
authorVictor Westerhuis <VJ.Westerhuis@student.han.nl>
Fri, 9 Sep 2022 12:01:42 +0000 (14:01 +0200)
committerBenjamin Drung <bdrung@debian.org>
Thu, 29 Feb 2024 03:07:04 +0000 (03:07 +0000)
commitee992b2c3c725aaf9cdd9f07fabf3ebe1f29d9a5
tree8ca36098af03ff2178f08d2ed472bdb90f8b7ad2
parentb578f760c390c1e20e7f85f0a05746f2dac80f88
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