From f0b9809d0ce930b3f8d813edc81362077ec075b9 Mon Sep 17 00:00:00 2001 From: Olivier Coulaud Date: Tue, 2 Jun 2015 19:49:42 +0200 Subject: [PATCH] Fix mistake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa11f4ce..560e08bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -297,7 +297,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/") else() message(WARNING "BLAS has not been found, SCALFMM will continue to compile but some applications will be disabled.") message(WARNING "If you have BLAS set BLAS_LIBDIR, BLAS_INCDIR or BLAS_DIR (CMake variables using -D or environment variables).") - set(SCALFMM_USE_FFT OFF) + set(SCALFMM_USE_BLAS OFF) endif() endif(SCALFMM_USE_BLAS) -- GitLab