diff --git a/cmake/arch.cmake b/cmake/arch.cmake index 0519b2e5..5be258aa 100644 --- a/cmake/arch.cmake +++ b/cmake/arch.cmake @@ -75,7 +75,6 @@ else (NOT FAT_RUNTIME) if (NOT HAVE_AVX512) message(STATUS "Building without AVX512 support") endif () -else (NOT FAT_RUNTIME) if (NOT HAVE_SSSE3) message(FATAL_ERROR "A minimum of SSSE3 compiler support is required") endif ()