diff --git a/CMakeLists.txt b/CMakeLists.txt index 48453c5b8..d71d74940 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1937,7 +1937,7 @@ endif() # Antibot if(ANTIBOT) - set(TARGET_ANTIBOT ddnet-antibot) + set(TARGET_ANTIBOT antibot) add_library(${TARGET_ANTIBOT} SHARED ${ANTIBOT_SRC}) list(APPEND TARGETS_OWN ${TARGET_ANTIBOT}) endif()