Skip to content

Commit

Permalink
Merge pull request #651 from cmitu/cmake-hint-sdl2
Browse files Browse the repository at this point in the history
cmake: minor correction to support Ubuntu 20.04
  • Loading branch information
joolswills committed Apr 11, 2020
2 parents 9f7284a + a07f27e commit 635e50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/Packages/FindRapidJSON.cmake
@@ -1,4 +1,4 @@
#.rst:
#.rst:
# FindRapidjson
# --------
#
Expand Down
2 changes: 1 addition & 1 deletion CMake/Packages/FindSDL2.cmake
Expand Up @@ -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}
)

Expand Down

0 comments on commit 635e50d

Please sign in to comment.