Remove unused SDL dependency

This commit is contained in:
Martin Natano
2022-04-11 14:50:00 -07:00
committed by teejusb
parent 7d2d74fa19
commit dbef16945f
3 changed files with 0 additions and 12 deletions
-5
View File
@@ -623,11 +623,6 @@ else() # Unix / Linux TODO: Remember to find and locate the zip archive files.
list(APPEND SMDATA_LINK_LIB ${X11_LIBRARIES})
endif()
if(SDL2_FOUND)
list(APPEND SMDATA_LINK_LIB ${SDL2_LIBRARY})
target_compile_definitions("${SM_EXE_NAME}" PRIVATE HAVE_SDL)
endif()
if(PCRE_FOUND)
list(APPEND SMDATA_LINK_LIB ${PCRE_LIBRARY})
endif()