cmake: remove superfluous cmake_minimum_required

This commit is contained in:
Anonymous Maarten
2025-01-21 02:05:49 +01:00
parent 7bff36e4b2
commit 3e530c6db1

View File

@@ -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)