fix build error on ODROID-X2

This commit is contained in:
Tomoaki Teshima 2017-04-18 19:31:57 +09:00
parent 2be4f2c4dc
commit ebf13b39e5

View File

@ -136,6 +136,10 @@ if(WITH_LAPACK)
unset(LAPACK_LIBRARIES) unset(LAPACK_LIBRARIES)
unset(LAPACK_LIBRARIES CACHE) unset(LAPACK_LIBRARIES CACHE)
endif() endif()
else()
# LAPACK not found
unset(LAPACK_LIBRARIES)
unset(LAPACK_LIBRARIES CACHE)
endif() endif()
endif() endif()