Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5f1ba04b authored by berenger-bramas's avatar berenger-bramas
Browse files

Sorry double commit.

Use Blas instead of CBlas cmake define.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@461 2616d619-271b-44dc-8df4-d4a8f33a7222
parent 5ed513be
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ foreach(exec ${source_tests_files})
# Test Blas dependency
file(STRINGS "${exec}" lines_blas REGEX "@FUSE_BLAS")
if(lines_blas)
if( NOT SCALFMM_USE_CBLAS )
if( NOT SCALFMM_USE_BLAS )
MESSAGE( STATUS "This needs BLAS = ${exec}" )
set(compile_exec "FALSE")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment