Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9eb10527 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

restore these variables of not found with mkl

parent 7372c9a4
No related branches found
No related tags found
No related merge requests found
......@@ -856,6 +856,11 @@ if( (NOT BLAS_FOUND_WITH_PKGCONFIG) OR BLAS_GIVEN_BY_USER )
endif()
endif (_LANGUAGES_ MATCHES C OR _LANGUAGES_ MATCHES CXX)
endif(NOT BLAS_LIBRARIES OR BLA_VENDOR MATCHES "Intel*")
if (NOT BLAS_LIBRARIES)
set(BLAS_INCLUDE_DIRS "")
set(BLAS_CFLAGS_OTHER "")
set(BLAS_LDFLAGS_OTHER "")
endif()
endif (BLA_VENDOR MATCHES "Intel*" OR BLA_VENDOR STREQUAL "All")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment