[subset] Refine the coding style

This commit is contained in:
faywong 2021-10-11 21:04:47 +08:00 committed by Behdad Esfahbod
parent f8538d3117
commit b621c4fc29
1 changed files with 2 additions and 2 deletions

View File

@ -704,8 +704,8 @@ if (NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL)
)
endif ()
if (HB_BUILD_SUBSET)
install(TARGETS harfbuzz-subset
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
install(TARGETS harfbuzz-subset
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
endif ()
if (HB_BUILD_UTILS)