Skip to content

Commit

Permalink
SDL2.0.1 dep addition
Browse files Browse the repository at this point in the history
  • Loading branch information
giby committed Nov 3, 2014
1 parent f6e1091 commit 5e32f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -66,7 +66,7 @@ INCLUDE_DIRECTORIES(SYSTEM ${Boost_INCLUDE_DIR})
LINK_DIRECTORIES(${Boost_LIBRARY_DIRS})

INCLUDE(FindPkgConfig)
PKG_SEARCH_MODULE(SDL2 REQUIRED sdl2)
PKG_SEARCH_MODULE(SDL2 REQUIRED sdl2>=2.0.1)
PKG_SEARCH_MODULE(SDL2IMAGE REQUIRED SDL2_image>=2.0.0)
SET(HAVE_SDL TRUE)

Expand Down

0 comments on commit 5e32f97

Please sign in to comment.