Skip to content

Commit

Permalink
Merge pull request #12478 from fr500/patch-2
Browse files Browse the repository at this point in the history
Update CMakeLists.txt
  • Loading branch information
hrydgard authored Nov 10, 2019
2 parents 168c6b6 + 67c0c36 commit a8d2e51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a8d2e51

Please sign in to comment.