mirror of
https://github.com/SFML/SFML.git
synced 2025-02-12 19:38:09 +08:00
In 248fd6d we added a lot of 3rd party C source files. That means building SFML has the additional requirement of needing a C compiler. I would expect that all of this would be properly handled by those upstream projects properly telling CMake to find a C compiler but apparently that is not the case. By removing `LANGUAGES CXX` we are telling CMake to fall back to its default behavior to find a C and C++ compiler.