- Cover the ASM_SOURCES fix for NO_ASM users too

This commit is contained in:
Edoardo Prezioso 2014-01-18 02:21:49 +01:00
parent b329a34a58
commit 70717cd2fa
1 changed files with 4 additions and 3 deletions

View File

@ -586,12 +586,13 @@ else( WIN32 )
endif( APPLE )
endif( WIN32 )
if( NOT ASM_SOURCES )
set( ASM_SOURCES "" )
endif( NOT ASM_SOURCES )
if( NO_ASM )
add_definitions( -DNOASM )
else( NO_ASM )
if( NOT ASM_SOURCES )
set( ASM_SOURCES "" )
endif( NOT ASM_SOURCES )
if( X64 )
ADD_ASM_FILE( asm_x86_64 tmap3 )
else( X64 )