mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-10 14:28:41 -06:00
build: Allow GCC 12.0.0+
This commit is contained in:
@@ -310,7 +310,7 @@ function(detectBadClone)
|
||||
endfunction()
|
||||
|
||||
set(IMHEX_REQUIRED_COMPILER "GNU")
|
||||
set(IMHEX_MIN_COMPILER_VERSION "12.1.0")
|
||||
set(IMHEX_MIN_COMPILER_VERSION "12.0.0")
|
||||
function(verifyCompiler)
|
||||
if (IMHEX_IGNORE_BAD_COMPILER)
|
||||
return()
|
||||
|
||||
Reference in New Issue
Block a user