SFML/cmake
Chris Thrasher e9e25d52bc Loosen restrictions on unrecognized compilers
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.
2023-06-22 16:26:26 -06:00
..
Modules DRM Implementation 2022-04-26 07:44:14 +02:00
toolchains Removed old android cmake toolchain 2019-01-09 15:22:49 +00:00
CompilerOptionsOverride.cmake Enable compiler warnings. 2021-11-30 11:25:58 +01:00
CompilerWarnings.cmake Disable warnings as errors for Clang on Windows 2022-12-12 12:09:51 -07:00
Config.cmake Loosen restrictions on unrecognized compilers 2023-06-22 16:26:26 -06:00
Macros.cmake Manipulate library names on Windows + Clang 2021-12-22 08:53:03 +01:00
SFMLConfig.cmake.in Update version number to 2.6.0 2023-06-20 23:44:57 +02:00
SFMLConfigDependencies.cmake.in Add support for installing with static libs when using DRM 2023-02-09 20:12:43 -07:00