mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
Meta: Fix typos
This commit is contained in:
parent
cd7ec294db
commit
9ec9886b04
Notes:
sideshowbarker
2024-07-18 03:16:28 +09:00
Author: https://github.com/nico
Commit: 9ec9886b04
Pull-request: https://github.com/SerenityOS/serenity/pull/10284
Reviewed-by: https://github.com/linusg ✅
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ function(export_components_helper file_name current_dir)
|
|||
foreach(target IN LISTS targets)
|
||||
get_target_property(type "${target}" TYPE)
|
||||
if (type STREQUAL "INTERFACE_LIBRARY")
|
||||
continue() # Custom properties are not allowed to be set on INTERFACE libaries
|
||||
continue() # Custom properties are not allowed to be set on INTERFACE libraries
|
||||
endif()
|
||||
get_target_property(component_name "${target}" SERENITY_COMPONENT_NAME)
|
||||
if(NOT "${component_name}" STREQUAL "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue