rom-properties/cmake
David Korth 3e853a59da [cmake] Don't enable -Werror or /WX by default; add a CMake option -DENABLE_WERROR.
Newer compilers usually add more warnings, so having -Werror by default
will most likely result in a compile error when new compiler versions
are released.

MSVC: Remove "-D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING". This is no
longer relevant, since we don't support anything older than MSVC 2015.
2025-04-28 18:19:53 -04:00
..
libs [cmake] CheckPugiXML.cmake: PugiXML 1.10 doesn't define the alias target "pugixml::pugixml". 2025-04-20 04:11:50 -04:00
macros [cmake] CPUInstructionSetFlags.cmake: Disable NEON on armhf for now. (except MSVC) 2025-04-20 04:13:18 -04:00
platform [cmake] Don't enable -Werror or /WX by default; add a CMake option -DENABLE_WERROR. 2025-04-28 18:19:53 -04:00
toolchain [scripts] package.cmd: Add ARM, ARM64, and ARM64EC. 2023-07-16 18:28:21 -04:00
cmake_uninstall.cmake.in [cmake] cmake_uninstall.cmake.in: Use EXECUTE_PROCESS() instead of EXEC_PROGRAM(). 2024-03-03 12:51:03 -05:00
options.cmake [cmake] Don't enable -Werror or /WX by default; add a CMake option -DENABLE_WERROR. 2025-04-28 18:19:53 -04:00
platform.cmake Remove IFUNC support. 2025-03-29 16:46:51 -04:00