Skip to content

Commit cea0e94

Browse files
committed
Merge pull request opencv#8600 from tomoaki0705:fixErrorOdroidX2
2 parents b993b9b + ebf13b3 commit cea0e94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/OpenCVFindLAPACK.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ if(WITH_LAPACK)
136136
unset(LAPACK_LIBRARIES)
137137
unset(LAPACK_LIBRARIES CACHE)
138138
endif()
139+
else()
140+
# LAPACK not found
141+
unset(LAPACK_LIBRARIES)
142+
unset(LAPACK_LIBRARIES CACHE)
139143
endif()
140144
endif()
141145

0 commit comments

Comments
 (0)