mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Look for SDL_gamecontroller.h instead of SDL.h to prevent CMake from
using SDL1 include dirs
This commit is contained in:
parent
dbdef45559
commit
1d096f7d02
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
# (To distribute this file outside of CMake, substitute the full
|
||||
# License text for the above reference.)
|
||||
|
||||
FIND_PATH(SDL2_INCLUDE_DIR SDL.h
|
||||
FIND_PATH(SDL2_INCLUDE_DIR SDL_gamecontroller.h
|
||||
HINTS
|
||||
$ENV{SDL2DIR}
|
||||
PATH_SUFFIXES include/SDL2 include
|
||||
|
|
Loading…
Add table
Reference in a new issue