mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
fix build error on ODROID-X2
This commit is contained in:
@@ -136,6 +136,10 @@ if(WITH_LAPACK)
|
||||
unset(LAPACK_LIBRARIES)
|
||||
unset(LAPACK_LIBRARIES CACHE)
|
||||
endif()
|
||||
else()
|
||||
# LAPACK not found
|
||||
unset(LAPACK_LIBRARIES)
|
||||
unset(LAPACK_LIBRARIES CACHE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user