mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-11-24 02:29:43 +00:00
cmake: remove duplicate setting of HAVE_ASSEMBLY to TRUE
This commit is contained in:
parent
260bb1c661
commit
feec1305c6
@ -798,7 +798,6 @@ if(SDL_ASSEMBLY)
|
||||
if(USE_GCC OR USE_CLANG)
|
||||
# TODO: Those all seem to be quite GCC specific - needs to be
|
||||
# reworked for better compiler support
|
||||
set(HAVE_ASSEMBLY TRUE)
|
||||
|
||||
if(SDL_SSE3)
|
||||
cmake_push_check_state()
|
||||
|
Loading…
Reference in New Issue
Block a user