mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
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:
Notes:
github-actions[bot]
2026-04-20 22:43:10 +00:00
Author: https://github.com/cqundefine Commit: https://github.com/LadybirdBrowser/ladybird/commit/26a62dd8d29 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8674 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/konradekk
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user