ksplashx: fix architecture check for assembly

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-01-27 01:04:30 +02:00
parent e362c33989
commit 2877c84dad

View file

@ -39,7 +39,7 @@ set(ksplashx_SRCS
) )
# this doesn't work on x86_64 so it needs somebody who knows assembly enough to fix it # this doesn't work on x86_64 so it needs somebody who knows assembly enough to fix it
if(X86_MMX_FOUND AND "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "i?86") if(X86_MMX_FOUND AND "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "i[3-6]86")
enable_language(ASM) enable_language(ASM)
set(ksplashx_SRCS set(ksplashx_SRCS
${ksplashx_SRCS} ${ksplashx_SRCS}