hopefully fix cross-compiling with SFML

Remove "PATH_SUFFIXES include" in the FIND_PATH(SFML_INCLUDE_DIR ...)
call in FindSFML.cmake, this has fixed cross-compiling issues with
FindOpenAL.cmake and FindSDL2.cmake already.
This commit is contained in:
Rafael Kitover 2016-12-18 12:11:37 -08:00
parent f7f67ff6f9
commit f83fcfb40f
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ set(FIND_SFML_PATHS
# find the SFML include directory # find the SFML include directory
find_path(SFML_INCLUDE_DIR SFML/Config.hpp find_path(SFML_INCLUDE_DIR SFML/Config.hpp
PATH_SUFFIXES include
PATHS ${FIND_SFML_PATHS}) PATHS ${FIND_SFML_PATHS})
# check the version number # check the version number