Require clang 14.0 or higher
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
bd6212daea
commit
fb1ec6813f
|
@ -31,7 +31,7 @@ endif()
|
|||
set(CMAKE_CXX_FLAGS "-Wall")
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-Os")
|
||||
set(MINIMAL_GNU "11.0")
|
||||
set(MINIMAL_CLANG "13.0")
|
||||
set(MINIMAL_CLANG "14.0")
|
||||
set(MINIMAL_MSVC "19.25")
|
||||
set(IS_GNU (${CMAKE_CXX_COMPILER_ID} STREQUAL GNU))
|
||||
set(IS_CLANG (${CMAKE_CXX_COMPILER_ID} STREQUAL Clang))
|
||||
|
|
Loading…
Reference in New Issue