cmake: Try to fix travis windows builds.
-- The ASM_NASM compiler identification is unknown -- Found assembler: nasm;yasm -- Configuring incomplete, errors occurred!
This commit is contained in:
parent
7370f5967c
commit
8c6ff26e12
|
@ -242,7 +242,7 @@ if(AMD64 AND (ENABLE_ASM_CORE OR ENABLE_ASM_SCALERS OR ENABLE_MMX))
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ENABLE_ASM_CORE OR ENABLE_ASM_SCALERS)
|
if(ENABLE_ASM_CORE OR ENABLE_ASM_SCALERS)
|
||||||
enable_language(ASM_NASM)
|
enable_language(ASM)
|
||||||
set(ASM_ENABLED ON)
|
set(ASM_ENABLED ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue