Merge pull request #8600 from tomoaki0705:fixErrorOdroidX2

pull/8426/merge
Alexander Alekhin 8 years ago
commit cea0e94376
  1. 4
      cmake/OpenCVFindLAPACK.cmake

@ -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()

Loading…
Cancel
Save