e9e25d52bc
A core tenet of CMake is the idea that you can use any valid C++ compiler. By enumerating all supported compilers and emitting and hard error when an unrecognized compiler is detected, we are violating that tenet. Relaxing this message from a fatal error to merely a warning continues to communicate to users that their build may not succeed but it leaves the door open for the build to potential succeed if the compiler meets all of our requirements. |
||
---|---|---|
.. | ||
Modules | ||
toolchains | ||
CompilerOptionsOverride.cmake | ||
CompilerWarnings.cmake | ||
Config.cmake | ||
Macros.cmake | ||
SFMLConfig.cmake.in | ||
SFMLConfigDependencies.cmake.in |