fix build error on ODROID-X2

pull/8600/head
Tomoaki Teshima 8 years ago
parent 2be4f2c4dc
commit ebf13b39e5
  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