mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
Meta: Fix typos
This commit is contained in:
parent
cd7ec294db
commit
9ec9886b04
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