Skip to content

Commit

Permalink
cmake: remove duplicate setting of HAVE_ASSEMBLY to TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Mar 21, 2023
1 parent 260bb1c commit feec130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -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()
Expand Down

0 comments on commit feec130

Please sign in to comment.