Fix CMakeLists for svxreflector-status rename

This commit is contained in:
Tobias Blomberg 2022-03-26 19:43:16 +01:00
parent 585ba94c08
commit 4161a43cbe
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ set_target_properties(svxreflector PROPERTIES
# Install targets
install(TARGETS svxreflector DESTINATION ${BIN_INSTALL_DIR})
install_if_not_exists(svxreflector.conf ${SVX_SYSCONF_INSTALL_DIR})
install(PROGRAMS svxreflector_status.py DESTINATION ${BIN_INSTALL_DIR})
install(PROGRAMS svxreflector-status DESTINATION ${BIN_INSTALL_DIR})