cmake: remove duplicate else()

This commit is contained in:
Matthew Barr 2017-06-13 13:45:52 +10:00
parent 09f5699df7
commit 86e7acd4dd

View File

@ -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 ()