From f83fcfb40f0fbe370ef61d02f493ebfb4b8d978d Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sun, 18 Dec 2016 12:11:37 -0800 Subject: [PATCH] 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. --- CMakeScripts/FindSFML.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeScripts/FindSFML.cmake b/CMakeScripts/FindSFML.cmake index fe84c961..321b84c8 100644 --- a/CMakeScripts/FindSFML.cmake +++ b/CMakeScripts/FindSFML.cmake @@ -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