Commit ebf13b39 authored by Tomoaki Teshima's avatar Tomoaki Teshima

fix build error on ODROID-X2

parent 2be4f2c4
...@@ -136,6 +136,10 @@ if(WITH_LAPACK) ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment