diff --git a/3rdParty/SDL2/CMakeLists.txt b/3rdParty/SDL2/CMakeLists.txt index 65962ce08..63d307570 100644 --- a/3rdParty/SDL2/CMakeLists.txt +++ b/3rdParty/SDL2/CMakeLists.txt @@ -10,6 +10,7 @@ else() set(SDL_SHARED ON) set(SDL_STATIC OFF) endif() +set(SDL_TEST OFF) include(functions/FetchContent_MakeAvailableExcludeFromAll) include(FetchContent)