提交 ebf13b39 编写于 作者: T Tomoaki Teshima

fix build error on ODROID-X2

上级 2be4f2c4
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册