mirror of https://github.com/WerWolv/ImHex.git
build: Allow GCC 12.0.0+
This commit is contained in:
parent
69544bdf06
commit
00b7ebf9ec
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue