Browse Source

changed helper name

Malte Veerman 10 years ago
parent
commit
3151c1b791
1 changed files with 3 additions and 3 deletions
  1. 3 3
      helper/CMakeLists.txt

+ 3 - 3
helper/CMakeLists.txt

@@ -9,6 +9,6 @@ else(NO_SYSTEMD)
     set(LIBRARIES ${LIBRARIES} Qt5::DBus)
 endif(NO_SYSTEMD)
 
-add_executable(Fancontrol-GUIHelper src/helper.cpp)
-target_link_libraries(Fancontrol-GUIHelper ${LIBRARIES})
-install(TARGETS Fancontrol-GUIHelper DESTINATION ${KAUTH_HELPER_INSTALL_DIR})
+add_executable(fancontrol-gui-helper src/helper.cpp)
+target_link_libraries(fancontrol-gui-helper ${LIBRARIES})
+install(TARGETS fancontrol-gui-helper DESTINATION ${KAUTH_HELPER_INSTALL_DIR})