Skip to content

Commit

Permalink
cmake: minor correction to support Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cmitu committed Apr 11, 2020
1 parent 9f7284a commit a07f27e
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 a07f27e

Please sign in to comment.