Parcourir la source

cmake: remove duplicate setting of HAVE_ASSEMBLY to TRUE

Ozkan Sezer il y a 2 ans
Parent
commit
feec1305c6
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      CMakeLists.txt

+ 0 - 1
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()