diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e01c2720e..1edfefb912 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()