Remove unused SDL dependency

This commit is contained in:
Martin Natano
2022-04-08 23:39:34 +02:00
committed by teejusb
parent 7d2d74fa19
commit dbef16945f
3 changed files with 0 additions and 12 deletions
-5
View File
@@ -256,11 +256,6 @@ if(WITH_OGG)
endif()
endif()
if(WITH_SDL)
find_package(SDL2 REQUIRED)
set(HAS_SDL TRUE)
endif()
find_package(nasm)
find_package(yasm)