mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-24 15:15:38 +00:00
cmake: minor correction to support Ubuntu 20.04
This commit is contained in:
parent
9f7284a409
commit
a07f27e02a
|
@ -1,4 +1,4 @@
|
||||||
#.rst:
|
#.rst:
|
||||||
# FindRapidjson
|
# FindRapidjson
|
||||||
# --------
|
# --------
|
||||||
#
|
#
|
||||||
|
|
|
@ -79,7 +79,7 @@ SET(SDL2_SEARCH_PATHS
|
||||||
FIND_PATH(SDL2_INCLUDE_DIR SDL.h
|
FIND_PATH(SDL2_INCLUDE_DIR SDL.h
|
||||||
HINTS
|
HINTS
|
||||||
$ENV{SDL2DIR}
|
$ENV{SDL2DIR}
|
||||||
PATH_SUFFIXES include/SDL2 include
|
PATH_SUFFIXES SDL2 include/SDL2 include
|
||||||
PATHS ${SDL2_SEARCH_PATHS}
|
PATHS ${SDL2_SEARCH_PATHS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue