From: Matthew Barr Date: Tue, 13 Jun 2017 03:45:52 +0000 (+1000) Subject: cmake: remove duplicate else() X-Git-Tag: v4.5.1^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e7acd4ddb15c11f819b4a4a903f3d90fa52cb8;p=thirdparty%2Fvectorscan.git cmake: remove duplicate else() --- 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 ()