Commit cea0e943 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #8600 from tomoaki0705:fixErrorOdroidX2

parents b993b9b7 ebf13b39
......@@ -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()
......
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