Skip to content

Commit

Permalink
[subset] Refine the coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
faywong authored and behdad committed Oct 11, 2021
1 parent f8538d3 commit b621c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit b621c4f

Please sign in to comment.