SFML/cmake/Modules
Jan Haller c0bee34d42 FindSFML.cmake: Ignored environment variables to find library paths
Environment variables (e.g. PATH on Windows) are looked up early by CMake, and libraries found there are prioritized over those in SFML's own folder. To avoid paths to wrong libraries, this commit modifies the CMake find_library() call, such that environment variables are no longer considered as suitable paths.
2015-03-31 20:59:21 +02:00
..
FindEGL.cmake Source code changes. 2014-10-06 01:18:47 +02:00
FindFLAC.cmake Marked the FLAC/Vorbis/Ogg variables as advanced 2015-03-04 09:36:23 +01:00
FindFreetype.cmake Added the FindFreetype.cmake CMake module, set the minimum require CMake version to 2.8.3 and fixed the paths to the FreeType headers. 2015-03-21 10:30:31 +01:00
FindGLES.cmake Source code changes. 2014-10-06 01:18:47 +02:00
FindSFML.cmake FindSFML.cmake: Ignored environment variables to find library paths 2015-03-31 20:59:21 +02:00
FindUDev.cmake Added CMake find module for udev library 2014-03-09 13:10:42 +01:00
FindVorbis.cmake Marked the FLAC/Vorbis/Ogg variables as advanced 2015-03-04 09:36:23 +01:00
FindXCB.cmake Replaced Xlib by XCB implementation. 2014-12-29 08:59:20 +01:00