]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
add missing else
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Tue, 28 Nov 2023 12:09:26 +0000 (14:09 +0200)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Tue, 28 Nov 2023 12:09:26 +0000 (14:09 +0200)
CMakeLists.txt

index 7ca7b994bef2af777f831051681f333c5bbf0d67..fbe8e36eed2e5d0405117d80ba62cc73e2176ed4 100644 (file)
@@ -131,6 +131,7 @@ elseif (ARCH_ARM32 OR ARCH_AARCH64)
 elseif (ARCH_PPC64EL)
     include (${CMAKE_MODULE_PATH}/cflags-ppc64le.cmake)
     set(ARCH_FLAG mcpu)
+else()
     message(FATAL_ERROR "Unsupported platform")
 endif ()