Skip to content

Commit

Permalink
Do not copy unmaintained ahbot conf file
Browse files Browse the repository at this point in the history
ike3 ahbot is not maintained anymore, and is planned to be removed. Though at this time its config file is still being copied, replacing the cmangos' ahbot config, leading to confusion
  • Loading branch information
celguar authored Feb 21, 2025
1 parent 55d0330 commit 295e6c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ if (NOT CONF_INSTALL_DIR)
set(CONF_INSTALL_DIR ${CONF_DIR})
endif()
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/aiplayerbot.conf.dist DESTINATION ${CONF_INSTALL_DIR})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ahbot/ahbot.conf.dist.in ${CMAKE_CURRENT_BINARY_DIR}/ahbot.conf.dist)
if (NOT CONF_INSTALL_DIR)
set(CONF_INSTALL_DIR ${CONF_DIR})
endif()
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ahbot.conf.dist DESTINATION ${CONF_INSTALL_DIR})

set_target_properties(${LIBRARY_NAME} PROPERTIES PROJECT_LABEL "PlayerBots")

Expand Down

0 comments on commit 295e6c3

Please sign in to comment.