Meta: Remove ladybird_option

This was just a wrapper around set, which doesn't serve much purpose
since the SerenityOS days.
This commit is contained in:
Undefine
2026-03-29 16:13:47 +02:00
committed by Andrew Kaster
parent 3ac8098888
commit 26a62dd8d2
Notes: github-actions[bot] 2026-04-20 22:43:10 +00:00
3 changed files with 27 additions and 34 deletions

View File

@@ -54,12 +54,6 @@ endif()
set(LADYBIRD_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
list(APPEND CMAKE_MODULE_PATH "${LADYBIRD_SOURCE_DIR}/Meta/CMake")
if(NOT COMMAND ladybird_option)
macro(ladybird_option)
set(${ARGV})
endmacro()
endif()
include(check_for_dependencies)
include(gui_framework)
include(cmake_options NO_POLICY_SCOPE)