SFML/cmake
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
..
Modules FindSFML.cmake: Ignored environment variables to find library paths 2015-03-31 20:59:21 +02:00
toolchains Android: Updated the toolchain file and CMake scripts 2015-03-04 09:05:22 +01:00
Config.cmake Android: Updated the toolchain file and CMake scripts 2015-03-04 09:05:22 +01:00
Macros.cmake Only link sfml-main for the GUI examples in release mode. 2015-03-26 10:23:28 +01:00