cmake: enable SDL_TEST by default for emscripten

main
Anonymous Maarten 2022-11-01 10:42:57 +01:00 committed by Anonymous Maarten
parent a22fcf77fd
commit 819b0143e3
1 changed files with 0 additions and 1 deletions

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)