cmake: enable SDL_TEST by default for emscripten

This commit is contained in:
Anonymous Maarten 2022-11-01 10:42:57 +01:00 committed by Anonymous Maarten
parent a22fcf77fd
commit 819b0143e3

View file

@ -383,7 +383,6 @@ if(EMSCRIPTEN)
set(SDL_ATOMIC_ENABLED_BY_DEFAULT OFF)
set(SDL_LOADSO_ENABLED_BY_DEFAULT OFF)
set(SDL_CPUINFO_ENABLED_BY_DEFAULT OFF)
set(SDL_TEST_ENABLED_BY_DEFAULT OFF)
endif()
if(VITA OR PSP OR PS2 OR N3DS)