aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/ArchDep.cmake
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-11-18 14:19:43 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-11-18 14:19:43 +0000
commitc3928cf525609b7d8d0bb37091411a9b87c4ddec (patch)
tree689626ee6cd60e6396d69e30d58d537ae5cc2c57 /cmake/ArchDep.cmake
parent8f03e5ef523da05a7080e8e5f2617af5162ccab4 (diff)
downloadrspamd-c3928cf525609b7d8d0bb37091411a9b87c4ddec.tar.gz
rspamd-c3928cf525609b7d8d0bb37091411a9b87c4ddec.zip
[Rework] Further cmake system rework
Diffstat (limited to 'cmake/ArchDep.cmake')
-rw-r--r--cmake/ArchDep.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/ArchDep.cmake b/cmake/ArchDep.cmake
index e070da6b1..7b9a84491 100644
--- a/cmake/ArchDep.cmake
+++ b/cmake/ArchDep.cmake
@@ -89,11 +89,6 @@ int main(int argc, char** argv) {
ASM_OP(HAVE_SSE42 "sse42")
ENDIF()
-IF (NOT "${ARCH}" STREQUAL "x86_64")
- MESSAGE(STATUS "Hyperscan support is possible only for x86_64 architecture")
- SET(ENABLE_HYPERSCAN "OFF")
-ENDIF()
-
IF ("${ARCH}" STREQUAL "x86_64")
MESSAGE(STATUS "Enable sse2 on x86_64 architecture")
IF((CMAKE_C_COMPILER_ID MATCHES "GNU") OR (CMAKE_C_COMPILER_ID MATCHES "Clang"))