mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
cmake: remove duplicate else()
This commit is contained in:
parent
09f5699df7
commit
86e7acd4dd
@ -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 ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user