add missing else

This commit is contained in:
Konstantinos Margaritis 2023-11-28 14:09:26 +02:00
parent be9ce68767
commit 3beda7e5e0

View File

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