]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
cmake: remove duplicate else()
authorMatthew Barr <matthew.barr@intel.com>
Tue, 13 Jun 2017 03:45:52 +0000 (13:45 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Tue, 13 Jun 2017 03:53:45 +0000 (13:53 +1000)
cmake/arch.cmake

index 0519b2e5af9d58eaaa8247a96100a4db9c85a223..5be258aa98272660097ae301d0d60c720c911cfd 100644 (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 ()