]> git.ipfire.org Git - thirdparty/rspamd.git/commit
cmake: Unify ENABLE_OPENBLAS and ENABLE_BLAS 3166/head
authorPetr Vaněk <pv@excello.cz>
Tue, 26 Nov 2019 18:16:12 +0000 (19:16 +0100)
committerPetr Vaněk <pv@excello.cz>
Tue, 26 Nov 2019 18:16:12 +0000 (19:16 +0100)
commitbbf8bb172d168f16cc90264af1da1f32a42890c3
tree526b0bf9201a5939a7780bff8ba6f10beb2d8ef1
parentd90b05640bcea0544ea698ccec35abbfd2e313b0
cmake: Unify ENABLE_OPENBLAS and ENABLE_BLAS

ENABLE_OPENBLAS is removed because it was not used to check if the
openblas library should be used. The ENABLE_BLAS is moved from
CMakeLists.txt to cmake/Openblas.cmake to have all related variables in
one file and to reduce a complexity of CMakeLists.txt slightly.
CMakeLists.txt
cmake/Openblas.cmake