SFML/cmake
Chris Thrasher 3301c47755 Remove CompileOptionsOverride
These overrides existed to prevent MSVC errors related to duplicate
compiler warnings. Because we required a version of CMake older
3.15, CMake would add /W3 as a default compiler flag when using
MSVC. We then add /W4 in addition to that. Modern CMake versions
seem to deduplicate these warnings but older versions did not.

The easist fix is to raise the minimum CMake version to 3.15 which
changes the default behavior to no longer add /W3 without being
explicitly specified. See the below link for more information about
this behavior change.

https://cmake.org/cmake/help/latest/policy/CMP0092.html
2022-05-09 15:38:39 +02: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
CompilerWarnings.cmake Set compiler warnings on a per-target, not per-file basis 2022-05-02 08:39:02 +02:00
Config.cmake Remove unused CMake variables 2022-02-17 23:24:02 +01:00
Macros.cmake Apply compiler warnings to tests 2022-05-02 08:39:02 +02:00
SFMLConfig.cmake.in Honor OPTIONAL_COMPONENTS when finding SFML 2022-03-29 00:30:04 +02:00
SFMLConfigDependencies.cmake.in Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00