mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
Merge pull request #651 from cmitu/cmake-hint-sdl2
cmake: minor correction to support Ubuntu 20.04
This commit is contained in:
commit
635e50d8d7
|
@ -1,4 +1,4 @@
|
|||
#.rst:
|
||||
#.rst:
|
||||
# FindRapidjson
|
||||
# --------
|
||||
#
|
||||
|
|
|
@ -79,7 +79,7 @@ SET(SDL2_SEARCH_PATHS
|
|||
FIND_PATH(SDL2_INCLUDE_DIR SDL.h
|
||||
HINTS
|
||||
$ENV{SDL2DIR}
|
||||
PATH_SUFFIXES include/SDL2 include
|
||||
PATH_SUFFIXES SDL2 include/SDL2 include
|
||||
PATHS ${SDL2_SEARCH_PATHS}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue