mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Update CMakeLists.txt
SDL2 is not required for the libretro target
This commit is contained in:
parent
168c6b6995
commit
67c0c36efb
@ -181,7 +181,9 @@ if(USING_EGL)
|
||||
set(OPENGL_LIBRARIES ${OPENGL_LIBRARIES} ${EGL_LIBRARIES})
|
||||
endif()
|
||||
|
||||
find_package(SDL2)
|
||||
if(NOT LIBRETRO)
|
||||
find_package(SDL2)
|
||||
endif()
|
||||
include(FindThreads)
|
||||
|
||||
if(APPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user