From a1875e42924f525c51a97a458ef3bba776cee402 Mon Sep 17 00:00:00 2001 From: heinrich5991 Date: Sun, 23 Aug 2020 12:15:06 +0200 Subject: [PATCH] Rename libddnet-antibot.so back to libantibot.so Now that we install it into /usr/lib/ddnet, it should be fine. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()