From 15d7345b28322c74a42335147b3763a4ed200d95 Mon Sep 17 00:00:00 2001 From: "Stephen C. Wills" Date: Mon, 29 Aug 2022 10:43:20 -0400 Subject: [PATCH] 3rdParty/SDL2: Use SDL_TEST_ENABLED_BY_DEFAULT --- 3rdParty/SDL2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/SDL2/CMakeLists.txt b/3rdParty/SDL2/CMakeLists.txt index 63d307570..ed9b793ad 100644 --- a/3rdParty/SDL2/CMakeLists.txt +++ b/3rdParty/SDL2/CMakeLists.txt @@ -10,7 +10,7 @@ else() set(SDL_SHARED ON) set(SDL_STATIC OFF) endif() -set(SDL_TEST OFF) +set(SDL_TEST_ENABLED_BY_DEFAULT OFF) include(functions/FetchContent_MakeAvailableExcludeFromAll) include(FetchContent)