[subset] Refine the coding style
This commit is contained in:
parent
f8538d3117
commit
b621c4fc29
|
@ -704,8 +704,8 @@ if (NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL)
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
if (HB_BUILD_SUBSET)
|
if (HB_BUILD_SUBSET)
|
||||||
install(TARGETS harfbuzz-subset
|
install(TARGETS harfbuzz-subset
|
||||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
if (HB_BUILD_UTILS)
|
if (HB_BUILD_UTILS)
|
||||||
|
|
Loading…
Reference in New Issue