Explorar el Código

cmake: remove superfluous cmake_minimum_required

Anonymous Maarten hace 6 meses
padre
commit
3e530c6db1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      CMakeLists.txt

+ 0 - 1
CMakeLists.txt

@@ -3246,7 +3246,6 @@ else()
 endif()
 
 if(SDL_CLANG_TIDY)
-  cmake_minimum_required(VERSION 3.6)
   find_program(CLANG_TIDY_BINARY clang-tidy)
 
   if(CLANG_TIDY_BINARY)