mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 00:19:46 +01:00
build: fix OpenBLAS cmake search
This commit is contained in:
parent
dac243bd26
commit
6d4be10c44
|
|
@ -191,7 +191,7 @@ if(WITH_LAPACK)
|
||||||
CBLAS_H "cblas.h"
|
CBLAS_H "cblas.h"
|
||||||
LAPACKE_H "lapacke.h"
|
LAPACKE_H "lapacke.h"
|
||||||
INCLUDE_DIR "${OpenBLAS_INCLUDE_DIRS}"
|
INCLUDE_DIR "${OpenBLAS_INCLUDE_DIRS}"
|
||||||
LIBRARIES "${OpenBLAS_LIBRARIES}")
|
LIBRARIES "${OpenBLAS_LIBRARY};${OpenBLAS_LIBRARIES}")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
if(NOT LAPACK_LIBRARIES AND UNIX)
|
if(NOT LAPACK_LIBRARIES AND UNIX)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user