forget to look in sub folder of include/openblas
authorHeritier Kinke <modesteheritier@gmail.com>
Thu, 2 Jul 2020 01:27:34 +0000 (03:27 +0200)
committerHeritier Kinke <modesteheritier@gmail.com>
Thu, 2 Jul 2020 01:33:07 +0000 (03:33 +0200)
cmake/OpenCVFindOpenBLAS.cmake

index ae2daaa194f9281fb337c2c2eec98ed5666ad2ee..6cb486d95dd8b0715527c5ef458561cf077c0a80 100644 (file)
@@ -46,6 +46,7 @@
 SET(Open_BLAS_INCLUDE_SEARCH_PATHS
   $ENV{OpenBLAS_HOME}
   $ENV{OpenBLAS_HOME}/include
+  $ENV{OpenBLAS_HOME}/include/openblas
   /opt/OpenBLAS/include
   /usr/local/include/openblas
   /usr/include/openblas
@@ -103,4 +104,4 @@ MARK_AS_ADVANCED(
     OpenBLAS_INCLUDE_DIR
     OpenBLAS_LIB
     OpenBLAS
-)
\ No newline at end of file
+)