diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-08-17 16:03:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 16:03:34 +0200 |
commit | 0e3a995bf405203c04039a240c8dc6c17981cea7 (patch) | |
tree | 447e68ca5b00a26dcacca689131cfddfd1d411db /src/CMakeLists.txt | |
parent | Merge pull request #11287 from liamwhite/replaced-bytes (diff) | |
download | yuzu-0e3a995bf405203c04039a240c8dc6c17981cea7.tar yuzu-0e3a995bf405203c04039a240c8dc6c17981cea7.tar.gz yuzu-0e3a995bf405203c04039a240c8dc6c17981cea7.tar.bz2 yuzu-0e3a995bf405203c04039a240c8dc6c17981cea7.tar.lz yuzu-0e3a995bf405203c04039a240c8dc6c17981cea7.tar.xz yuzu-0e3a995bf405203c04039a240c8dc6c17981cea7.tar.zst yuzu-0e3a995bf405203c04039a240c8dc6c17981cea7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2da983cad..7bb88c8ea 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -134,7 +134,7 @@ else() endif() # GCC bugs - if (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "12" AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU") + if (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "11" AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU") # These diagnostics would be great if they worked, but are just completely broken # and produce bogus errors on external libraries like fmt. add_compile_options( |