mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
c0bee34d42
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. |
||
---|---|---|
.. | ||
FindEGL.cmake | ||
FindFLAC.cmake | ||
FindFreetype.cmake | ||
FindGLES.cmake | ||
FindSFML.cmake | ||
FindUDev.cmake | ||
FindVorbis.cmake | ||
FindXCB.cmake |