mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
ksplashx: fix architecture check for assembly
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e362c33989
commit
2877c84dad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
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)
|
||||
set(ksplashx_SRCS
|
||||
${ksplashx_SRCS}
|
||||
|
|
Loading…
Add table
Reference in a new issue