summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-11-06 14:57:18 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-11-06 14:57:18 +0000
commit16f40922716b4d896e9dc3967fae03b32c4da4c4 (patch)
treee4e05f0f166c8795784ad8d8e67566357e17e251 /contrib
parent690d055653ecacd83000b8b0981f3e483ed10650 (diff)
downloadrspamd-16f40922716b4d896e9dc3967fae03b32c4da4c4.tar.gz
rspamd-16f40922716b4d896e9dc3967fae03b32c4da4c4.zip
[Minor] Fix openblas detection logic (or try to)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/kann/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/kann/CMakeLists.txt b/contrib/kann/CMakeLists.txt
index 5b3ea024b..2bf32c92e 100644
--- a/contrib/kann/CMakeLists.txt
+++ b/contrib/kann/CMakeLists.txt
@@ -8,11 +8,6 @@ ENDIF()
ADD_LIBRARY(rspamd-kann SHARED ${LIBKANNSRC})
-ProcessPackage(BLAS OPTIONAL LIBRARY openblas blas
- INCLUDE cblas.h INCLUDE_SUFFIXES include/openblas
- include/blas
- ROOT ${BLAS_ROOT_DIR}
- LIB_OUTPUT BLAS_REQUIRED_LIBRARIES)
IF(WITH_BLAS)
MESSAGE(STATUS "Use openblas to accelerate kann")
TARGET_LINK_LIBRARIES(rspamd-kann ${BLAS_REQUIRED_LIBRARIES})