From 86e7acd4ddb15c11f819b4a4a903f3d90fa52cb8 Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Tue, 13 Jun 2017 13:45:52 +1000 Subject: [PATCH] cmake: remove duplicate else() --- cmake/arch.cmake | 1 - 1 file changed, 1 deletion(-) 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 ()