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:
orbea 2019-10-16 07:23:20 -07:00
parent 7370f5967c
commit 8c6ff26e12
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ if(AMD64 AND (ENABLE_ASM_CORE OR ENABLE_ASM_SCALERS OR ENABLE_MMX))
endif()
if(ENABLE_ASM_CORE OR ENABLE_ASM_SCALERS)
enable_language(ASM_NASM)
enable_language(ASM)
set(ASM_ENABLED ON)
endif()