CMake: Fix utility program installation

Put in the utility program that was missed in installation by replacing
the one that was duplicated.
This commit is contained in:
Chun-wei Fan 2018-03-12 16:43:53 +08:00
parent e9b8002a60
commit 7c43adab6d
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ if (NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL)
install(TARGETS hb-view
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
install(TARGETS hb-view
install(TARGETS hb-subset
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)