SFML/cmake
Mario Liebisch ba9383f25e Updated/fixed string comparisons in Config.cmake
SFML so far used `${CMAKE_SYSTEM_NAME} MATCHES "Windows"`. This works, but only because there's a variable `WINDOWS` having the exact same content (`Windows`).

[More information and a similar issue can be found in this SO thread.](http://stackoverflow.com/questions/21995777/cygwins-cmake-does-not-match-for-cmake-system-name)
2016-07-17 20:13:14 +02:00
..
Modules Change comment chars in FindSFML.cmake to # 2016-06-05 00:08:55 +02:00
toolchains Android: Updated the toolchain file and CMake scripts 2015-03-04 09:05:22 +01:00
Config.cmake Updated/fixed string comparisons in Config.cmake 2016-07-17 20:13:14 +02:00
Macros.cmake Added SFML_GENERATE_PDB CMake option; check CMake version dynamically 2016-03-01 17:14:21 +01:00