- 64 bit doesn't require NO_ASM.

This commit is contained in:
Christoph Oelckers 2016-04-18 10:38:27 +02:00
parent 8f61c1cdd8
commit a90bef9c68
1 changed files with 0 additions and 4 deletions

View File

@ -225,10 +225,6 @@ else()
endif()
endif()
if( X64 )
set( NO_ASM ON )
endif( X64 )
# Check if we have OpenGL
if( NOT OPENGL_FOUND )