cache BLAS/LAPACK_FOUND; fixes #72, fixes #73

This commit is contained in:
Radovan Bast 2015-08-10 19:16:07 +02:00
parent d0f08604d2
commit de5cd2af19

View File

@ -479,6 +479,10 @@ if("${MATH_LIBS}" STREQUAL "" AND "${MKL_FLAG}" STREQUAL "off")
endforeach()
endif()
foreach(_service BLAS LAPACK)
set(${_service}_FOUND ${${_service}_FOUND} CACHE BOOL "${_service} found")
endforeach()
#miro: first lapack, then blas as lapack might need blas routine
set(MATH_LIBS
${MATH_LIBS}