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