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:
parent
e9b8002a60
commit
7c43adab6d
|
@ -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}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue