1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:57:44 +00:00

Meta: Fix typos

This commit is contained in:
Nico Weber 2021-09-30 19:57:52 -04:00 committed by Linus Groh
parent cd7ec294db
commit 9ec9886b04
2 changed files with 2 additions and 2 deletions

View file

@ -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 "")