mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
CMake: Remove old gcc version check
We require newer than gcc 12 at this point, so this check is no longer needed.
This commit is contained in:
parent
6e45d8ba6c
commit
52efd90445
|
|
@ -12,12 +12,6 @@ project(
|
|||
LANGUAGES C CXX
|
||||
)
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "12")
|
||||
message(FATAL_ERROR
|
||||
"A GCC version less than 12 was detected (${CMAKE_CXX_COMPILER_VERSION}), this is unsupported.\n"
|
||||
"Please re-read the build instructions documentation, and upgrade your host compiler.\n")
|
||||
endif()
|
||||
|
||||
if (${ENABLE_LAGOM_LADYBIRD} OR $CACHE{ENABLE_LAGOM_LADYBIRD})
|
||||
message(FATAL_ERROR
|
||||
"The ENABLE_LAGOM_LADYBIRD option is no longer supported.\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user