1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

build: fix OpenBLAS cmake search

This commit is contained in:
Maksim Shabunin
2025-09-12 10:48:14 +03:00
parent dac243bd26
commit 6d4be10c44
+1 -1
View File
@@ -191,7 +191,7 @@ if(WITH_LAPACK)
CBLAS_H "cblas.h"
LAPACKE_H "lapacke.h"
INCLUDE_DIR "${OpenBLAS_INCLUDE_DIRS}"
LIBRARIES "${OpenBLAS_LIBRARIES}")
LIBRARIES "${OpenBLAS_LIBRARY};${OpenBLAS_LIBRARIES}")
endif()
endif()
if(NOT LAPACK_LIBRARIES AND UNIX)