Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
1c1a9043
Commit
1c1a9043
authored
Oct 09, 2013
by
Brad King
Committed by
Kitware Robot
Oct 09, 2013
Browse files
Merge topic 'FindSDL-path-suffixes'
c5c217c6
FindSDL: Add path suffixes for <prefix>/include/(SDL|SDL12|SDL11)
parents
e81b6742
c5c217c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindSDL.cmake
View file @
1c1a9043
...
...
@@ -70,7 +70,9 @@
find_path
(
SDL_INCLUDE_DIR SDL.h
HINTS
ENV SDLDIR
PATH_SUFFIXES include/SDL include/SDL12 include/SDL11 include
PATH_SUFFIXES SDL SDL12 SDL11
# path suffixes to search inside ENV{SDLDIR}
include/SDL include/SDL12 include/SDL11 include
)
# SDL-1.1 is the name used by FreeBSD ports...
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment