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:
parent
f7f67ff6f9
commit
f83fcfb40f
|
@ -75,7 +75,6 @@ set(FIND_SFML_PATHS
|
|||
|
||||
# find the SFML include directory
|
||||
find_path(SFML_INCLUDE_DIR SFML/Config.hpp
|
||||
PATH_SUFFIXES include
|
||||
PATHS ${FIND_SFML_PATHS})
|
||||
|
||||
# check the version number
|
||||
|
|
Loading…
Reference in New Issue